install_postfix_advanced.sh: adjust access_sender file.
This commit is contained in:
parent
63d0d7d455
commit
7d0c63b842
@ -1981,6 +1981,11 @@ if [[ ! -f /etc/postfix/access_sender ]]; then
|
|||||||
cat <<EOF > /etc/postfix/access_sender
|
cat <<EOF > /etc/postfix/access_sender
|
||||||
# - bekannte Virus/Spam Absener blocken
|
# - bekannte Virus/Spam Absener blocken
|
||||||
# -
|
# -
|
||||||
|
|
||||||
|
# annoying spammer domains
|
||||||
|
acieu.co.uk REJECT
|
||||||
|
|
||||||
|
# annoying spammer addresses
|
||||||
error@mailfrom.com REJECT
|
error@mailfrom.com REJECT
|
||||||
EOF
|
EOF
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user