DKIM not running

wm20472

Verified User
Joined
Mar 21, 2006
Messages
110
I have update exim to 4.92.1
I have finished install DKIM
(https://help.directadmin.com/item.php?id=569)
check /etc/virtual/domain, dkim.private.key & dkim.public.key in folder
restart exim & directadmin

I not found Enable DKIM button in user level e-mail
error.jpg

https://www.mail-tester.com/spf-dkim-check check jr-art.hk,
SPF record found for the domain
No DNS record found for default._domainkey.jr-art.hk

How to start dkim in e-mail?
 
DirectAdmin uses x instead of default as the DKIM selector. Did you change the default selector to default? Instructions at the bottom of this link if you need to:
 
I don’t see a txt record for your domain for x, either. DirectAdmin Version? In the instructions you posted, did you follow the new method or old method? What did you set dkim= to in the DA conf?
 
You're right, Tristan.

Since the button doesn't exist in the version/theme you're (wm20472) using, you can use the following to add the DNS record:

Code:
echo "action=rewrite&value=dkim&domain=jr-art.hk&dns=yes" >> /usr/local/directadmin/data/task.queue; /usr/local/directadmin/dataskq d200
 
I can't see this button, My DA ver. 1.43.3, how to update to 1.595?
 
To update DirectAdmin:
Code:
echo "action=update&value=program" >> /usr/local/directadmin/data/task.queue; /usr/local/directadmin/dataskq d2000
 
You could try temporarily stopping resource-hungry services like MySQL, Named, and http for long enough to run the updates.

You'll need to disable them from the service monitor to prevent them from being automatically restarted:
EX:
Code:
 /usr/local/directadmin/custombuild/build set_service named OFF
 
Back
Top