Trunk changed for mail:SPF. 1.08.1/debian tags updated for Ubuntu lessons learned.

This commit is contained in:
Scott Kitterman 2007-02-03 21:46:00 +00:00
commit 1d57e605d3
9 changed files with 204 additions and 102 deletions

6
debian/control vendored
View file

@ -7,8 +7,10 @@ Standards-Version: 3.7.2
Package: postfix-policyd-spf-perl
Architecture: all
Depends: libversion-perl, libmail-spf-query-perl
Depends: libversion-perl, libmail-spf-perl, ${perl:Depends}
Recommends: postfix
Description: pure-Perl Postfix policy daemon for SPF checking
postfix-policyd-spf-perl is a Postfix SMTPd policy daemon for SPF checking.
It is implemented in pure Perl and uses the Mail::SPF::Query module.
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.