install_postfix_advanced.sh: fix error in creating master.cf (+policy-spf).

This commit is contained in:
Christoph 2025-05-14 11:18:56 +02:00
parent cc06fe5cfa
commit e24fb4cad3

View File

@ -3826,7 +3826,7 @@ EOF
if ! $(grep -iq -E "^policyd-spf\s+" "$postfix_master_cf" 2> /dev/null) ; then
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
EOF
fi