install_postfix_advanced.sh: adjust access_sender file.
This commit is contained in:
parent
63d0d7d455
commit
7d0c63b842
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user