* Documentation update for 2.003 changes.

This commit is contained in:
Scott Kitterman 2007-04-17 11:53:50 +00:00
commit 59bc8e46b9
4 changed files with 16 additions and 5 deletions

View file

@ -4,8 +4,9 @@
# ! = Changed something significant, or removed a feature
# * = Fixed a bug, or made a minor improvement
--- 2.003 (2007-02-26 10:00)
--- 2.003 (2007-04-17 08:50)
* Minor documentation cleanup.
+ Add handler for list of relay addresses to bypass.
--- 2.002 (2007-02-20 05:45)
* Added Julian Menhle to copyright statement.

6
README
View file

@ -27,7 +27,11 @@ empty (i.e. <>) then the Mail From result will be used for SPF Received (e.g.
Mail From None even if HELO is Pass).
The policy server skips SPF checks for connections from the localhost (127.) and
instead prepends and logs 'SPF skipped - localhost is always allowed.'
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.
Error conditions within the policy server (that don't result in a crash) or from
Mail::SPF will return DUNNO.

6
debian/changelog vendored
View file

@ -1,8 +1,10 @@
postfix-policyd-spf-perl (2.003-0ubuntu1) feisty; urgency=low
postfix-policyd-spf-perl (2.003-0ubuntu1) gutsy; urgency=low
* New upstream release
- Add handler for list of relay addresses to bypass.
* Update man page for upstream changes.
-- Scott Kitterman <scott@kitterman.com> Mon, 26 Feb 2007 10:00:00 -0500
-- Scott Kitterman <scott@kitterman.com> Mon, 17 April 2007 08:52:00 -0400
postfix-policyd-spf-perl (2.002-0ubuntu1) feisty; urgency=low

View file

@ -168,7 +168,11 @@ empty (i.e. <>) then the Mail From result will be used for SPF Received (e.g.
Mail From None even if HELO is Pass).
The policy server skips SPF checks for connections from the localhost (127.) and
instead prepends and logs 'SPF skipped - localhost is always allowed.'
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.
Error conditions within the policy server (that don't result in a crash) or from
Mail::SPF will return DUNNO.