|
Hopefully, this page is exactly what you are looking for, but if not, you can always find further assistance on Unix/Linux Forum!
Mail::SpamAssassin::PlUser:Contributed PerlMail::SpamAssassin::Plugin::DKIM(3)
NAME
Mail::SpamAssassin::Plugin::DKIM - perform DKIM verification tests
SYNOPSIS
loadplugin Mail::SpamAssassin::Plugin::DKIM [/path/to/DKIM.pm]
full DOMAINKEY_DOMAIN eval:check_dkim_verified()
DESCRIPTION
This SpamAssassin plugin implements DKIM lookups, as described by the
current draft specs:
http://mipassoc.org/dkim/specs/draft-allman-dkim-base-01.txt
http://mipassoc.org/mass/specs/draft-allman-dkim-base-00-10dc.html
It requires the "Mail::DKIM" CPAN module to operate. Many thanks to
Jason Long for that module.
SEE ALSO
"Mail::DKIM", "Mail::SpamAssassin::Plugin"
http://jason.long.name/dkimproxy/
USER SETTINGS
dkim_timeout n (default: 5)
How many seconds to wait for a DKIM query to complete, before scan-
ning continues without the DKIM result.
whitelist_from_dkim add@ress.com [identity]
Use this to supplement the whitelist_from addresses with a check to
make sure the message has been signed by a Domain Keys Identified
Mail (DKIM) signature that can be verified against the From:
domain's DKIM public key.
In order to support optional identities, only one whitelist entry
is allowed per line, exactly like "whitelist_from_rcvd". Multiple
"whitelist_from_dkim" lines are allowed. File-glob style meta
characters are allowed for the From: address, just like with
"whitelist_from_rcvd". The optional identity parameter must match
from the right-most side, also like in "whitelist_from_rcvd".
If no identity parameter is specified the domain of the address
parameter specified will be used instead.
The From: address is obtained from a signed part of the message
(ie. the "From:" header), not from envelope data that is possible
to forge.
Since this whitelist requires an DKIM check to be made, network
tests must be enabled.
Examples:
whitelist_from_dkim joe@example.com
whitelist_from_dkim *@corp.example.com
whitelist_from_dkim jane@example.net example.org
whitelist_from_dkim dick@example.net richard@example.net
def_whitelist_from_dkim add@ress.com [identity]
Same as "whitelist_from_dkim", but used for the default whitelist
entries in the SpamAssassin distribution. The whitelist score is
lower, because these are often targets for spammer spoofing.
perl v5.8.8 2006-08-2Mail::SpamAssassin::Plugin::DKIM(3)
Man(1) output converted with
man2html and wrapped by fishsponge
This page was generated on Sat Sep 8 16:37:40 GMT 2007
|
Your favourite pages:
No pages logged yet. Trying to save cookie... Top 10 most popular pages:
svn man page (6161 hits) (FreeBSD 6.2)
sqlite3 man page (5596 hits) (openSUSE 10.2)
adv_cap_autoneg man page (5045 hits) (Solaris 10 11_06)
CPAN man page (4791 hits) (Suse Linux 10.1)
ssh man page (4439 hits) (Suse Linux 10.1)
ssh-socks5-proxy-connect man page (3525 hits) (Solaris 10 11_06)
signal man page (3394 hits) (Suse Linux 10.1)
netcat man page (3373 hits) (Suse Linux 10.1)
pprosetup man page (2886 hits) (Solaris 10 11_06)
startproc man page (2738 hits) (Suse Linux 10.1)
|