Page 1 of 1

How to add domain key/Dkim record?

Posted: Tue Feb 04, 2014 5:54 am
by brijendrasial
Hello,

The installation on my side is perfect but dkim is missing which sends email to spam. can anyone tell me what is the process to add dkim for the domains?

Re: How to add domain key/Dkim record?

Posted: Fri Feb 14, 2014 2:09 am
by jeepfiend
If you're just looking for DKIM, all you need to do is set up the dkim-milter for sendmail. Disable the use of sendmail in OpenEMM by running /home/openemm/bin/sendmail-disable.sh before starting /home/openemm/bin/openemm.sh, and set a smart relay to 127.0.0.1. Then it passes all mail to the sendmail server which correctly adds the DKIM header.

I followed these instructions without flaw:
http://www.bridgeinfomatics.com/2011/10 ... y-signing/

The downfall with this method is that it breaks bounce management.

Having the two work hand in hand seems to be the real issue.

There is a file called aps.py located in /home/openemm/bin/scripts that is supposed to tell you how to add filters to the default spool in OpenEMM, but I'm completely baffled by it. =(

Re: How to add domain key/Dkim record?

Posted: Thu Mar 27, 2014 5:45 pm
by Fatalin
We had an external contractor (via oDesk) to implement DKIM on OpenEMM 2013 including bounce management for us.
He created a new mail qeue system and signed the mails outside OpenEMM.

Markus