You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-user@james.apache.org by Dale Angus <da...@hotmail.com> on 2016/12/10 00:09:02 UTC

DKIM

Hello.


1. Do I need to install jDKIM library to configure DKIM?


2. In the mailetcontainer.xml, is this the way to configure DKIM, as the last mailet under  the root processor.


<mailetcontainer enableJmx="true">

  <processors>

     <processor state="root" enableJmx="true">

...


          <mailet match="All" class="DKIMSign">

          ...

          </mailet>

     </processor>

...

  </processors>

</mailetcontainer>



Many thanks!


Dale