> 1) Where do I put all of the jar files?

jamesfolder/apps/james/SAR-INF/lib

> 2) How do I configure James to tell it how to find DKIMSign and the other
> classes that are in the org.apache.james.jdkim packages?

in your config.xml

either you use the fully qualified name for mailet:
org.apache.james.jdkim.mailets.DKIMSign or you add
"org.apache.james.jdkim.mailets" to the "mailetpackages" config.

> 3) What is a complete config.xml block for all three of the mailets for both
> signing and verifying?

jdkim doesn't include a mailet for verification yet. You can see the
DKIMSign configuration sample in the javadoc. You have to understand
how DKIM works in order to put appropriate content in the
"signatureTemplate". It's called "template" because you have to put
there every dkim TAG and leave empty "b" and "bh" tags that will be
filled by the mailet while signing.

Just search the internet for some guide about DKIM (how to generate
key pairs, how to decide dkim flags, and so on).

> I really want to use this package.  But I am lost and can find no
> documentation to help.  Am I overlooking something obvious here?

I'm on vacation but I'll try to help.. just try with the hints above
and let me know...

Stefano

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to