postfix-policyd-spf-perl/trunk/README
* Refer to README.Debian in addition to INSTALL. postfix-policyd-spf-perl/trunk/INSTALL * Minor corrections and additions. postfix-policyd-spf-perl/trunk/debian/README.Debian * Added, including installation instructions from INSTALL that are relevant on Debian systems. postfix-policyd-spf-perl/trunk/debian/control * Build-Depends: debhelper (was: Build-Depends-Indep:) postfix-policyd-spf-perl/trunk/debian/rules * "build" target no longer depends on inexistent "build-stamp" target.
This commit is contained in:
parent
711623e5c9
commit
8eb6a55e9f
5 changed files with 30 additions and 4 deletions
4
INSTALL
4
INSTALL
|
|
@ -12,7 +12,7 @@ Installing
|
||||||
|
|
||||||
1. Copy postfix-policyd-spf-perl to /usr/lib/postfix/policyd-spf-perl
|
1. Copy postfix-policyd-spf-perl to /usr/lib/postfix/policyd-spf-perl
|
||||||
|
|
||||||
2. Add the following line to /etc/postfix/master.cf:
|
2. Add the following to /etc/postfix/master.cf:
|
||||||
|
|
||||||
policy unix - n n - - spawn
|
policy unix - n n - - spawn
|
||||||
user=nobody argv=/usr/bin/perl /usr/lib/postfix/policyd-spf-perl
|
user=nobody argv=/usr/bin/perl /usr/lib/postfix/policyd-spf-perl
|
||||||
|
|
@ -28,5 +28,7 @@ Installing
|
||||||
NOTE: Specify check_policy_service AFTER reject_unauth_destination or
|
NOTE: Specify check_policy_service AFTER reject_unauth_destination or
|
||||||
else your system can become an open relay.
|
else your system can become an open relay.
|
||||||
|
|
||||||
|
4. Restart Postfix.
|
||||||
|
|
||||||
# $Id: README 167 2005-01-17 18:26:45Z julian $
|
# $Id: README 167 2005-01-17 18:26:45Z julian $
|
||||||
# vim:tw=79
|
# vim:tw=79
|
||||||
|
|
|
||||||
2
README
2
README
|
|
@ -8,7 +8,7 @@ Contributions by various members of the SPF project
|
||||||
postfix-policyd-spf-perl is a Postfix SMTPd 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 CPAN module.
|
It is implemented in pure Perl and uses the Mail::SPF::Query CPAN module.
|
||||||
|
|
||||||
See INSTALL for installation instructions.
|
See INSTALL or README.Debian for installation instructions.
|
||||||
|
|
||||||
Usage:
|
Usage:
|
||||||
policyd-spf-perl [-v]
|
policyd-spf-perl [-v]
|
||||||
|
|
|
||||||
23
debian/README.Debian
vendored
Normal file
23
debian/README.Debian
vendored
Normal file
|
|
@ -0,0 +1,23 @@
|
||||||
|
Installing
|
||||||
|
----------
|
||||||
|
|
||||||
|
1. Add the following to /etc/postfix/master.cf:
|
||||||
|
|
||||||
|
policy unix - n n - - spawn
|
||||||
|
user=nobody argv=/usr/bin/perl /usr/lib/postfix/policyd-spf-perl
|
||||||
|
|
||||||
|
2. Configure the Postfix policy service in /etc/postfix/main.cf:
|
||||||
|
|
||||||
|
smtpd_recipient_restrictions =
|
||||||
|
...
|
||||||
|
reject_unauth_destination
|
||||||
|
check_policy_service unix:private/policy
|
||||||
|
...
|
||||||
|
|
||||||
|
NOTE: Specify check_policy_service AFTER reject_unauth_destination or
|
||||||
|
else your system can become an open relay.
|
||||||
|
|
||||||
|
3. Restart Postfix.
|
||||||
|
|
||||||
|
# $Id: README 167 2005-01-17 18:26:45Z julian $
|
||||||
|
# vim:tw=79
|
||||||
3
debian/control
vendored
3
debian/control
vendored
|
|
@ -2,7 +2,8 @@ Source: postfix-policyd-spf-perl
|
||||||
Section: mail
|
Section: mail
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: Julian Mehnle <julian@mehnle.net>
|
Maintainer: Julian Mehnle <julian@mehnle.net>
|
||||||
Build-Depends-Indep: debhelper (>= 5), perl (>= 5.6)
|
Build-Depends: debhelper (>= 5)
|
||||||
|
Build-Depends-Indep: perl (>= 5.6)
|
||||||
Standards-Version: 3.7.2
|
Standards-Version: 3.7.2
|
||||||
|
|
||||||
Package: postfix-policyd-spf-perl
|
Package: postfix-policyd-spf-perl
|
||||||
|
|
|
||||||
2
debian/rules
vendored
2
debian/rules
vendored
|
|
@ -8,7 +8,7 @@ endif
|
||||||
|
|
||||||
TMP = $(CURDIR)/debian/$(PACKAGE)
|
TMP = $(CURDIR)/debian/$(PACKAGE)
|
||||||
|
|
||||||
build: build-stamp
|
build:
|
||||||
# Nothing to do.
|
# Nothing to do.
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue