usmannasir / cyberpanel

Cyber Panel - The hosting control panel for OpenLiteSpeed
GNU General Public License v3.0
1.48k stars 577 forks source link

DKIM Error #1176

Closed eakteam closed 5 months ago

eakteam commented 6 months ago

After generating DKIM and syncing to the cloudflare or adding manually from cyberpanel DNS it contains extra quotes and extra spaces. So it is not recognized as it should.

usmannasir commented 6 months ago

Delete DKIM related txt records from Cloudflare and let CyberPanel sync it, it should take care of this.

eakteam commented 6 months ago

Tried to do that many times. Still the same.

usmannasir commented 6 months ago

Can you open ticket with us and mention this issue, then team will be able to pass this onto me.

I will check if bug then fix.

Please provide all relevant login details via ticket like cloudflare, CyberPanel.

shbs9 commented 6 months ago

@eakteam we need you server access can you please send us on platform to check

eakteam commented 6 months ago

@shbs9 you need it now? I can provide AnyDesk/TeamViewer support?

shbs9 commented 6 months ago

can you first please open a ticket we have to debug this in deep

eakteam commented 6 months ago

@shbs9 @usmannasir https://platform.cyberpersons.com/support/KSGB8TQVB

usmannasir commented 6 months ago

@eakteam take a look here -> https://community.cyberpanel.net/t/message-not-signed-with-dkim/50594/18

This thread could solve your issue.

eakteam commented 6 months ago

I will try for sure. It looks like the same issue...

usmannasir commented 5 months ago

It worked for you?

eakteam commented 5 months ago

@usmannasir the file /etc/opendkim.conf is exactly as on your post :


Syslog          yes
SyslogSuccess       yes

Canonicalization    relaxed/simple
OversignHeaders     From

UserID          opendkim
UMask           007

Socket  inet:8891@localhost

PidFile         /run/opendkim/opendkim.pid

TrustAnchorFile     /usr/share/dns/root.key

Mode    sv
Canonicalization    relaxed/simple
KeyTable    refile:/etc/opendkim/KeyTable
SigningTable    refile:/etc/opendkim/SigningTable
ExternalIgnoreList  refile:/etc/opendkim/TrustedHosts
InternalHosts   refile:/etc/opendkim/TrustedHosts

But emails still shows as not signed by DKIM I have replied also to that thread https://community.cyberpanel.net/t/message-not-signed-with-dkim/50594/18

usmannasir commented 5 months ago

fixed at code level in v2.3.5-dev