* use NetAddr::IP * Added another handler (sub exempt_localhost) at the front that exempts localhost (IPv4 and IPv6) addresses from further processing. Dropped special-cased localhost exemption. * Changed localhost message header from 'X-SPF' to 'X-Comment', and adjusted the header text slightly. * Various minor clean-ups. postfix-policyd-spf-perl/trunk/INSTALL postfix-policyd-spf-perl/trunk/debian/control * Note that NetAddr-IP 4 is required.
16 lines
724 B
Text
16 lines
724 B
Text
Source: postfix-policyd-spf-perl
|
|
Section: mail
|
|
Priority: extra
|
|
Maintainer: Scott Kitterman <scott@kitterman.com>
|
|
Build-Depends: debhelper (>= 5)
|
|
Standards-Version: 3.7.2
|
|
|
|
Package: postfix-policyd-spf-perl
|
|
Architecture: all
|
|
Depends: libversion-perl, libnetaddr-ip-perl (>= 4), libmail-spf-perl, ${perl:Depends}
|
|
Recommends: postfix
|
|
Description: pure-Perl Postfix policy daemon for RFC 4408 compliant 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 module. The SPF web
|
|
site is http://www.openspf.org/. The Postfix configuration must be changed to
|
|
check SPF. See README.Debian or man 8 postfix-policyd-spf-perl for details.
|