Hello, At 05:21 28-04-2008, Zbigniew Szalbot wrote: >## pattern:domain:keypath >## >## ...where "pattern" is a pattern of [EMAIL PROTECTED] to match, with "*" >being > >Do I understand correctly the following to mean that any sender in a >given domain will get their email signed by an appropriate key? > >*:domain.tld:/var/db/domainkeys/domain.tld.key.pem >*:domain2.tld:/var/db/domainkeys/domain2.tld.key.pem > >A sender in domain.tld will have the email signed by domain.tld.key.pem >And a sender in domain2.tld will have the email signed by domain2.tld.key.pem
The * in the first column will match all addresses. The format is sender-pattern:signing-domain:keypath: [EMAIL PROTECTED]:example.com:/var/db/domainkeys/key1.pem [EMAIL PROTECTED]:example.net:/var/db/domainkeys/examplenet.pem In the above, a different key is used for each domain. The selector used in the signature will be the filename portion of keypath. The ".pem" file extension can be omitted as it will be appended when the keypath is read. Regards, -sm ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ dkim-milter-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dkim-milter-discuss
