DKIM problems

TestUser

Verified User
Joined
Aug 26, 2011
Messages
224
Hello,
i dont know what or when it happened but my DKIM just stopped working...
and i have really problems figuring this thing out!?
whatever i do... it wotn sign emails...
Any help really aprechiate it!
 
Did you do any customisations?
Is DKIM still active in the domains? Visible with the e-mails?
Have you checked logs for errors?

Did you try rebuilding exim and exim.conf already?
 
DKIM is enabeled for the domains yes
it is NOT visible within e-mail
i have checked logs for errors.. no errors..
im kinda stuck :(
 
DKIM is enabeled for the domains yes
So the DKIM key is also visible in the local DNS on the DA server itself? Also copied in DNS of your DNS provider?
And nothing to be seen in the headers of the mail?

You might want to try this, just to be sure. You have to do this as root via SSH.
Code:
da build update
da build exim
da build exim_conf

Once ready, go to mail-tester.com and follow the procedure and see if all is well (including DKIM then).
 
in case of wrong permissions:

Bash:
ls -la /etc/virtual/*/dkim*

Bash:
ls -dla /etc/virtual/*/

try:

Bash:
/usr/local/directadmin/scripts/set_permissions.sh all_with_domaindirs
 
Back
Top