PDA

View Full Version : domain keys with postfix and mailscanner


serge005
20th April 2008, 23:15
I followed this guide (http://howtoforge.com/how-to-implement-domainkeys-in-postfix-using-dk-milter-centos5.1) to set up domain keys with postfix and it worked perfectly.

But once I implemented MailScanner, Yahoo and Gmail complained about my emails having an invalid domain key signatures because (I think) my outgoing emails are being signed BEFORE they pass through MailScanner. Since MailScanner adds things to the email header after it was signed, it invalidates the certificate signature.

Anyone know how I can set dk-milter to sign emails AFTER it passes through MailScanner, not before?

Thanks