From 7d0c63b842846086d0269d7e285220727e2e9622 Mon Sep 17 00:00:00 2001 From: Christoph Date: Thu, 10 Oct 2019 16:46:01 +0200 Subject: [PATCH] install_postfix_advanced.sh: adjust access_sender file. --- install_postfix_advanced.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/install_postfix_advanced.sh b/install_postfix_advanced.sh index 28eb00c..bcf826f 100755 --- a/install_postfix_advanced.sh +++ b/install_postfix_advanced.sh @@ -1981,7 +1981,12 @@ if [[ ! -f /etc/postfix/access_sender ]]; then cat < /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