Remove debian dir from svn - more trouble than it's worth.
This commit is contained in:
parent
2fddc34a57
commit
2357259089
8 changed files with 6 additions and 406 deletions
12
README
12
README
|
|
@ -1,18 +1,18 @@
|
|||
postfix-policyd-spf-perl 2.005
|
||||
postfix-policyd-spf-perl 2.006
|
||||
A Postfix SMTPd policy server for SPF checking
|
||||
(C) 2007 Scott Kitterman <scott@kitterman.com> and Julian Mehnle
|
||||
<julian@mehnle.net>
|
||||
(C) 2007-2008 Scott Kitterman <scott@kitterman.com>
|
||||
(C) 2007 Julian Mehnle <julian@mehnle.net>
|
||||
(C) 2003-2004 Meng Weng Wong <mengwong@pobox.com>
|
||||
Thanks for contributions by various members of the SPF project
|
||||
<http://www.openspf.org/Software#postfix-policyd-spf-perl>
|
||||
==============================================================================
|
||||
|
||||
postfix-policyd-spf-perl is a Postfix SMTPd policy daemon for SPF checking.
|
||||
postfix-policyd-spf-perl is a Postfix SMTPd policy server for SPF checking.
|
||||
It is implemented in pure Perl and uses the Mail::SPF CPAN module. Note that
|
||||
Mail::SPF is a complete re-implementation of SPF based on the final SPF RFC,
|
||||
RFC 4408. It shares no code with the older Mail::SPF::Query that was the
|
||||
original SPF development implementation. If you are upgrading from on older
|
||||
version of this policy server you will need to install Mail::SPF.
|
||||
(<< 2.000) version of this policy server you will need to install Mail::SPF.
|
||||
|
||||
This version of the policy server always checks HELO before Mail From (older
|
||||
versions just checked HELO if Mail From was null). It will reject mail that
|
||||
|
|
@ -31,7 +31,7 @@ instead prepends and logs 'SPF skipped - localhost is always allowed.' If you
|
|||
have relays that you want to skip SPF checks for, you can add them to
|
||||
relay_addresses on line 78 using standard CIDR notation in a space separated
|
||||
list. For these addresses, 'X-Comment: SPF skipped for whitelisted relay' is
|
||||
prepended and logged.
|
||||
prepended and logged. IPv6 localhost is also skipped.
|
||||
|
||||
Error conditions within the policy server (that don't result in a crash) or from
|
||||
Mail::SPF will return DUNNO.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue