Hi,
I'm implementing openDKIM on Zimbra+SLES 11 SP1. dkim pass OK but domainkeys marked on the recipient (tested on Gmail and Yahoo) as neutral AKA not signed.
Quote:
|
mta1079.mail.sp2.yahoo.com from=domain.web.id; domainkeys=neutral (no sig); from=domain.web.id; dkim=pass (ok)
|
I have add openDKIM code into /opt/zimbra/postfix/conf/main.cf as below :
Code:
smtpd_milters = inet:localhost:8891
non_smtpd_milters = inet:localhost:8891
milter_default_action = accept
But message doesn't signed anyway. I could telnet to 8891 and confirmed that openDKIM working correctly.
Any help greatly appreciated.