postfix-policyd-spf-perl/INSTALL
Julian Mehnle 8eb6a55e9f 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.
2006-06-17 18:58:27 +00:00

34 lines
890 B
Text

System Requirements
-------------------
The following Perl version and packages are required for running
postfix-policyd-spf-perl:
Perl 5.6
Mail::SPF::Query
Installing
----------
1. Copy postfix-policyd-spf-perl to /usr/lib/postfix/policyd-spf-perl
2. 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
3. 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.
4. Restart Postfix.
# $Id: README 167 2005-01-17 18:26:45Z julian $
# vim:tw=79