Page 1 of 1

configuring Opendkim with OpenEMM on CentOS 7

Posted: Wed Jun 27, 2018 8:24 am
by KoenraadVanhoutte
I'm building an openemm server on centos 7 with sendmail as mail server.
I'm trying to configure Opendkim but I'm stuck in configuring sendmail with opendkim.
I find a lot info regarding configurations for postfix but not for sendmail on centos 7.

Looking through the forum I see that more people have such a system up and running.
Can anyone point me in the right direction on how I can configure opendkim with sendmail on centos 7.

Any help is much appreciated.

Thank you,
Koenraad Vanhoutte

Re: configuring Opendkim with OpenEMM on CentOS 7

Posted: Thu Jun 28, 2018 9:43 pm
by jim_frey
First you'll want to make sure sendmail can send with the DKIM signing without OpenEMM
These links may help -
https://clients.javapipe.com/knowledgeb ... Linux.html
https://www.stevejenkins.com/blog/2011/ ... os-fedora/

Re: configuring Opendkim with OpenEMM on CentOS 7

Posted: Sat Jul 07, 2018 10:17 pm
by KoenraadVanhoutte
Hi Jim,

Thanks for the reply.
Sorry I'm replying late, but work has kept me very busy lasts weeks.

I have managed to configure opendkim using the links you've provided.
And opendmarc also works fine. I have used following link to configure it :
https://www.stevejenkins.com/blog/2015/ ... os-fedora/
For the configuration of my dmarc dns record I used following url's :
https://blog.returnpath.com/demystifyin ... rc-record/
https://blog.returnpath.com/build-your- ... inutes-v2/

Thanks again for the tips.