• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Domainkeys with dk-milter

SuperBadConchord

New Pleskian
I need help setting up Domainkeys for my server with postfix, I know its pretty obsolete but need to do it. I also know of the option to turn it on through the web interface, but as I have had to set up DKIM with opendkim this doesn't apply it anymore. I have set it up using dk-milter and have the settings in /etc/sysconfig/dk-milter as below (from http://stevejenkins.com/blog/2011/0...el-5-centos-5-using-opendkim-and-dk-milter/):

USER="opendkim"
PORT="inet:[email protected]"
SIGNING_DOMAIN="domain.eu"
SELECTOR_NAME="default"
KEYFILE="/etc/opendkim/keys/${SIGNING_DOMAIN}/${SELECTOR_NAME}"
SIGNER=yes
VERIFIER=no
CANON=simple
REJECTION="bad=r,dns=t,int=t,no=a,miss=r"
EXTRA_ARGS="-h -l -D -i /etc/opendkim/TrustedHosts"
SYSCONFIG="/etc/sysconfig/dk-milter"
MILTER_GROUP="opendkim"


Once I restart everything I get fail (bad signature) from the tests I do, even though the key is the correct one for this domain. I have also set t=y; o=~ as one of the domainkeys in the dns. I have no idea why this is failing so if anybody has any ideas please share.

Nathan
 
Back
Top