Final pre-release cleanup for 2.002 release.

This commit is contained in:
Scott Kitterman 2007-02-20 10:51:21 +00:00
commit 90fa45972c
8 changed files with 100 additions and 9 deletions

21
debian/INSTALL.Debian vendored Normal file
View file

@ -0,0 +1,21 @@
Installing
----------
1. Add the following to /etc/postfix/master.cf:
policy unix - n n - - spawn
user=nobody argv=/usr/bin/perl /usr/sbin/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.