Chris, > I just got the domainkeys plugin set up, but it's not working the way I > expect. In messages from Yahoo I see: > 0.0 DK_SIGNED Domain Keys: message has an unverified signature > but I never see DK_VERIFIED > Is there something I need to configure? I didn't apply the patch, > because I'm assuming it's been incorporated into 3.1.4.
The Perl module Mail::DomainKeys is not part of SA, it is installed separately. SA does not/can not/ apply patches to foreign modules. Make sure you have the version Mail::DomainKeys 0.86 (or later if any), previous versions have several bugs. Are you referring to a patch to Mail::DomainKeys pointed to from: http://www.ijs.si/software/amavisd/amavisd-new-docs.html#dkim ? That patch is not yet incorporated into 0.86 (it needs to be adjusted to play well with signing, but if you are only doing verification from SA it does not matter). The patch allows signature to match either a From or a Sender header field, which becomes important for mail passing through some mailing lists like postfix-user or SA 'users' list. Mark