Hi Tom, Thanks a lot. That helps to get started. Examples go along way.
Do you have an example of the other mailet for DomainKeyVerifier? I am also not entirely clear where these go. Does DomainKeySigner go in the transport processor and DomainKeyVerifier in the root processor? I appreciate the help Tom. Mark On Thu, Oct 2, 2008 at 3:01 PM, Tom Brown <[EMAIL PROTECTED]> wrote: > Hi Mark, > > Here is a good example configuration (for config.xml): > > The classname of the signer mailet is: > org.apache.mailet.domainkeys.DomainKeySigner > The classname of the verification mailet is: > org.apache.mailet.domainkeys.DomainKeyVerifier > > <mailet class="DomainKeySigner"> > <privateKeyFile>/path/to/key/file</privateKeyFile> > <canonicalization>nofws</canonicalization> > <domain>my.domain.here.com</domain> > <selector>DK_selector</selector> > <hashType>hash_type_to_sign_with</hashType> > > <signableHeaders>comma,separated,list,of,headers,that,should,be,signed</signableHeaders> > </mailet> > > > Is this what you are looking for? > > Tom Brown > > > On Tue, Sep 30, 2008 at 10:47 PM, Mark Hale <[EMAIL PROTECTED]> wrote: >> I was wondering if anyone uses Tom Brown's Domain Keys mailet. If so, >> do you have samples of how the mailet is invoked in config.xml for >> both the Signer and Verifier? >> >> Thanks! >> >> Mark >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
