install_postfix_advanced.sh: fix error in creating master.cf (+policy-spf).
This commit is contained in:
parent
cc06fe5cfa
commit
e24fb4cad3
@ -3826,7 +3826,7 @@ EOF
|
|||||||
if ! $(grep -iq -E "^policyd-spf\s+" "$postfix_master_cf" 2> /dev/null) ; then
|
if ! $(grep -iq -E "^policyd-spf\s+" "$postfix_master_cf" 2> /dev/null) ; then
|
||||||
cat <<EOF >> $postfix_master_cf
|
cat <<EOF >> $postfix_master_cf
|
||||||
|
|
||||||
policyd-spf unix - n n - 0 spawn
|
policy-spf unix - n n - 0 spawn
|
||||||
user=policyd-spf argv=/usr/bin/policyd-spf
|
user=policyd-spf argv=/usr/bin/policyd-spf
|
||||||
EOF
|
EOF
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user