This mailet sign a message using the DKIM protocol
If the privateKey is encoded using a password then you can pass
the password as privateKeyPassword parameter.
DKIMSign() -
Constructor for class org.apache.james.jdkim.mailets.DKIMSign
This mailet verify a message using the DKIM protocol
Sample configuration:
<mailet match="All" class="DKIMVerify">
</mailet>
By default the mailet assume that Javamail will use LF instead of CRLF
so it will verify the hash using converted newlines.