DKIM keys not created

Petertjuh360

Verified User
Joined
Nov 7, 2010
Messages
340
Hi,

I am running DirectAdmin 1.49.1 on CentOS 7.0 64-bit.

I have dkim=1 specified in my directadmin.conf and the output of
HTML:
./directadmin c | grep dkim
shows
HTML:
dkim=1
. When a new domain is created/added in DirectAdmin the DKIM keys are not generated and not present in the DNS zone. What goes wrong here and how can I solve it?

Kind Regards,
Peter
 
A big 'Me Too' on this one. I have followed the DKIM Guide to the letter and upon recreating all zones for all domains, the keys are in there and everything works. Except when creating new domains, DA doesn't create the DKIM-keys.
 
Did you control output of:

Code:
./directadmin c | grep dkim
?

Do you see dkim=1 in result of the command?

That might be you are missing a new line after dkim=1 in directadmin.conf

Are you sure directadmin restarted? Probably
Code:
killall -9 directadmin;
 service directadmin start
?
 
Back
Top