diff --git a/install_postfix_advanced.sh b/install_postfix_advanced.sh index c3f296a..b2c02ce 100755 --- a/install_postfix_advanced.sh +++ b/install_postfix_advanced.sh @@ -869,6 +869,12 @@ if [[ ! -f "$_file" ]]; then # Sender addresses blocked by postfwd # --- +# annoying spammer domains +@acieu.co.uk + +# annoying spammer addresses +error@mailfrom.com + EOF if [[ $? -eq 0 ]] ; then echo_ok diff --git a/install_postfwd.sh b/install_postfwd.sh index 053685a..b481820 100755 --- a/install_postfwd.sh +++ b/install_postfwd.sh @@ -135,6 +135,12 @@ if [[ ! -f "$_file" ]]; then # Sender addresses blocked by postfwd # --- +# annoying spammer domains +@acieu.co.uk + +# annoying spammer addresses +error@mailfrom.com + EOF if [[ $? -eq 0 ]] ; then echo_ok