* Documentation update for 2.003 changes.
This commit is contained in:
parent
f5c6870c3c
commit
59bc8e46b9
4 changed files with 16 additions and 5 deletions
3
CHANGES
3
CHANGES
|
|
@ -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
6
README
|
|
@ -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
6
debian/changelog
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
6
debian/postfix-policyd-spf-perl.8
vendored
6
debian/postfix-policyd-spf-perl.8
vendored
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue