Fix up documentation a bit in response to Debian bugs.

This commit is contained in:
Scott Kitterman 2008-07-26 01:30:51 +00:00
commit de4919466b
3 changed files with 14 additions and 5 deletions

11
INSTALL
View file

@ -17,7 +17,7 @@ Installing
2. Add the following to /etc/postfix/master.cf:
policy unix - n n - 0 spawn
user=nobody argv=/usr/bin/perl /usr/local/lib/policyd-spf-perl
user=nobody argv=/usr/local/lib/policyd-spf-perl
3. Configure the Postfix policy service in /etc/postfix/main.cf:
@ -27,8 +27,13 @@ Installing
check_policy_service unix:private/policy
...
NOTE: Specify check_policy_service AFTER reject_unauth_destination or
else your system can become an open relay.
NOTES:
Specify check_policy_service AFTER reject_unauth_destination or
else your system can become an open relay.
The user 'nobody' is used in this example. This is appropriate if you
do not have any other services running as nobody. If you do, create a
dedicated user for this service and use it instead.
4. Add "policy_time_limit = 3600" to main.cf