Update docs for new master.cf recommendations.
This commit is contained in:
parent
e8211e7c89
commit
ce45ad4c60
3 changed files with 5 additions and 2 deletions
3
CHANGES
3
CHANGES
|
|
@ -3,6 +3,9 @@
|
||||||
# + = Added a feature (in a backwards compatible way)
|
# + = Added a feature (in a backwards compatible way)
|
||||||
# ! = Changed something significant, or removed a feature
|
# ! = Changed something significant, or removed a feature
|
||||||
# * = Fixed a bug, or made a minor improvement
|
# * = Fixed a bug, or made a minor improvement
|
||||||
|
--- UNRELEASED (2007-04-30 19:03)
|
||||||
|
* Adjust master.cf recommendations in INSTALL for new recommendations from
|
||||||
|
Weitse Venema (postfix-users mailing list).
|
||||||
|
|
||||||
--- 2.004 (2007-04-18 15:36)
|
--- 2.004 (2007-04-18 15:36)
|
||||||
* Fix header text to work with Postfix (access 5 requirements).
|
* Fix header text to work with Postfix (access 5 requirements).
|
||||||
|
|
|
||||||
2
INSTALL
2
INSTALL
|
|
@ -16,7 +16,7 @@ Installing
|
||||||
|
|
||||||
2. Add the following to /etc/postfix/master.cf:
|
2. Add the following to /etc/postfix/master.cf:
|
||||||
|
|
||||||
policy unix - n n - - spawn
|
policy unix - n n - 0 spawn
|
||||||
user=nobody argv=/usr/bin/perl /usr/local/lib/policyd-spf-perl
|
user=nobody argv=/usr/bin/perl /usr/local/lib/policyd-spf-perl
|
||||||
|
|
||||||
3. Configure the Postfix policy service in /etc/postfix/main.cf:
|
3. Configure the Postfix policy service in /etc/postfix/main.cf:
|
||||||
|
|
|
||||||
2
debian/postfix-policyd-spf-perl.8
vendored
2
debian/postfix-policyd-spf-perl.8
vendored
|
|
@ -236,7 +236,7 @@ If you want more detail in the system logs change $VERBOSE to 1.
|
||||||
|
|
||||||
1. Add the following to /etc/postfix/master.cf:
|
1. Add the following to /etc/postfix/master.cf:
|
||||||
|
|
||||||
policy unix - n n - - spawn
|
policy unix - n n - 0 spawn
|
||||||
user=nobody argv=/usr/bin/perl /usr/sbin/policyd-spf-perl
|
user=nobody argv=/usr/bin/perl /usr/sbin/policyd-spf-perl
|
||||||
|
|
||||||
2. Configure the Postfix policy service in /etc/postfix/main.cf:
|
2. Configure the Postfix policy service in /etc/postfix/main.cf:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue