install_postfix_advanced.sh: adjust access_sender file.

This commit is contained in:
Christoph 2019-10-10 16:46:01 +02:00
parent 63d0d7d455
commit 7d0c63b842

View File

@ -1981,7 +1981,12 @@ if [[ ! -f /etc/postfix/access_sender ]]; then
cat <<EOF > /etc/postfix/access_sender
# - bekannte Virus/Spam Absener blocken
# -
error@mailfrom.com REJECT
# annoying spammer domains
acieu.co.uk REJECT
# annoying spammer addresses
error@mailfrom.com REJECT
EOF
fi
postmap btree:/etc/postfix/access_sender