X-DKIM: OpenDKIM Filter v2.4.1 cl-t076-031cl.privatedns.com 4B775A807BC DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=asiteexample.com; s=default; t=1369086585;
if you see this line in the header then this means that DKIM is already setup for the domain
1) Go to the Servers page and click the server you want from the list of your servers.
2) Edit the rDNS with your hosting company for the IP, It should be the domain name, So, the domain name will be listed as both title and as rDNS.
3) Check if the DKIM is already setup for the domain. To check send a test email from that domain then check the header of the mail ,then search for a line in the header that looks like this:
X-DKIM: OpenDKIM Filter v2.4.1 cl-t076-031cl.privatedns.com 4B775A807BC DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=asiteexample.com; s=default; t=1369086585;
If you see this line in the header then this means that DKIM is already setup for the domain
4) To setup the DKIM for the domains which it isn't setup on edit the ip then at the bottom of the page you will find a link "Setup DKIM" click on it.
5) From inside Putty you can use these commands to control/check DKIM:
service opendkim restart
/service opendkim start
service opendkim status
- Normally all you need is the restart command. If restart not working, then stop it, kill it to make sure stopped, and start again:
service opendkim stop
killall opendkim
service postfix restart
service opendkim start