Final pre-release cleanups of documentation for 2.008.
This commit is contained in:
parent
685891fa76
commit
77a37aff41
3 changed files with 7 additions and 5 deletions
3
CHANGES
3
CHANGES
|
|
@ -4,13 +4,14 @@
|
||||||
# ! = Changed something significant, or removed a feature
|
# ! = Changed something significant, or removed a feature
|
||||||
# * = Fixed a bug, or made a minor improvement
|
# * = Fixed a bug, or made a minor improvement
|
||||||
|
|
||||||
--- 2.008 UNRELEASED
|
--- 2.008 (2012-01-19 13:46 -0500)
|
||||||
! Query only TXT and not DNS RR Type SPF records to reduce unnecessary DNS
|
! Query only TXT and not DNS RR Type SPF records to reduce unnecessary DNS
|
||||||
lookups (LP: #161133)
|
lookups (LP: #161133)
|
||||||
* Changed default_authority_explanation ('Why' reject text) to point to
|
* Changed default_authority_explanation ('Why' reject text) to point to
|
||||||
openspf.net instead of openspf.org due to extended outage
|
openspf.net instead of openspf.org due to extended outage
|
||||||
* Fix incorrect version string
|
* Fix incorrect version string
|
||||||
* Ensure all variables are initialized prior to being passed to syslog
|
* Ensure all variables are initialized prior to being passed to syslog
|
||||||
|
(LP: #806926)
|
||||||
|
|
||||||
--- 2.007 (2008-07-25 22:24 -0400)
|
--- 2.007 (2008-07-25 22:24 -0400)
|
||||||
* Update documentation and examples, see Debian bugs 492420 and 492421 for
|
* Update documentation and examples, see Debian bugs 492420 and 492421 for
|
||||||
|
|
|
||||||
2
INSTALL
2
INSTALL
|
|
@ -7,7 +7,7 @@ postfix-policyd-spf-perl:
|
||||||
Perl 5.6
|
Perl 5.6
|
||||||
version
|
version
|
||||||
NetAddr-IP 4
|
NetAddr-IP 4
|
||||||
Mail-SPF (not Mail-SPF-Query)
|
Mail-SPF (not Mail-SPF-Query) version 2.006 or later
|
||||||
|
|
||||||
Installing
|
Installing
|
||||||
----------
|
----------
|
||||||
|
|
|
||||||
7
README
7
README
|
|
@ -1,10 +1,10 @@
|
||||||
postfix-policyd-spf-perl 2.007
|
postfix-policyd-spf-perl 2.008
|
||||||
A Postfix SMTPd policy server for SPF checking
|
A Postfix SMTPd policy server for SPF checking
|
||||||
(C) 2007-2008 Scott Kitterman <scott@kitterman.com>
|
(C) 2007-2008,2012 Scott Kitterman <scott@kitterman.com>
|
||||||
(C) 2007 Julian Mehnle <julian@mehnle.net>
|
(C) 2007 Julian Mehnle <julian@mehnle.net>
|
||||||
(C) 2003-2004 Meng Weng Wong <mengwong@pobox.com>
|
(C) 2003-2004 Meng Weng Wong <mengwong@pobox.com>
|
||||||
Thanks for contributions by various members of the SPF project
|
Thanks for contributions by various members of the SPF project
|
||||||
<http://www.openspf.org/Software#postfix-policyd-spf-perl>
|
<http://www.openspf.net/Software#postfix-policyd-spf-perl>
|
||||||
==============================================================================
|
==============================================================================
|
||||||
|
|
||||||
postfix-policyd-spf-perl is a Postfix SMTPd policy server for SPF checking.
|
postfix-policyd-spf-perl is a Postfix SMTPd policy server for SPF checking.
|
||||||
|
|
@ -13,6 +13,7 @@ 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
|
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
|
original SPF development implementation. If you are upgrading from on older
|
||||||
(<< 2.000) 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.
|
||||||
|
At least version 2.006 of Mail::SPF is required.
|
||||||
|
|
||||||
This version of the policy server always checks HELO before Mail From (older
|
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
|
versions just checked HELO if Mail From was null). It will reject mail that
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue