You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by Apache Wiki <wi...@apache.org> on 2011/01/05 15:08:21 UTC

[Spamassassin Wiki] Update of "Plugin/DKIM" by LeeMaguire

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Spamassassin Wiki" for change notification.

The "Plugin/DKIM" page has been changed by LeeMaguire.
http://wiki.apache.org/spamassassin/Plugin/DKIM

--------------------------------------------------

New page:
#language en
== SpamAssassin Plugin: DKIM ==

!DomainKeys Identified Mail (DKIM) is a method by which emails are signed by the organisation responsible for the senders domain and are placed in the '''DKIM-Signature:''' header field.

=== Activation ===
 
The DKIM module is activated by default on 3.3 installs.  Otherwise the following can be added to local.pre
 {{{
loadplugin Mail::SpamAssassin::Plugin::DKIM
}}}

=== Documentation ===

Generated documentation for the DKIM plugin: [[http://spamassassin.apache.org/full/3.3.x/doc/Mail_SpamAssassin_Plugin_DKIM.html|v 3.3.x]]

=== Further Information ===

 * [[http://en.wikipedia.org/wiki/DomainKeys_Identified_Mail|Wikipedia DKIM article]]

----
CategoryPlugin