Hi there,

I'm using "KeyList" in the DKIM configuration file.  The file that
KeyFile looks at has multiple entry, each entry has different domain
that we are signing for.  Recently, I've noticed if I send an email
from sender "[EMAIL PROTECTED]", the DKIM-Signature header didn't
sign for domain "prog.devbms.com", but for another domain which
happens to be the first entry in the KeyFile.

For example, below is the DKIM-Signature header which signs for
"irish.com" when the sender is from "prog.devbms.com":


DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;d=irish.com;
s=1777250161; t=1192052213;

My KeyFile looks like:

*:irish.com:/etc/mail/keys/1777250161
*:prog.devbms.com:/etc/mail/keys/724147885
*.devbms.com:/etc/mail/keys/123

My end testing result reveal it doesn't matter if I send an email from
devbms.com or prog.devbms.com the DKIM-Signature header doesn't sign
these domains, but ONLY signs for "irish.com" which is the first entry
in the keyfile.

How do I get DKIM to sign for other domain beside the first entry in
the keyfile?

Any help is appreciated.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
dkim-milter-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dkim-milter-discuss

Reply via email to