install_postfix_advanced.sh, install_postfwd.sh: some minor changes to default 'postfwd.bl-sender' configuration file.

This commit is contained in:
Christoph 2019-10-15 15:42:07 +02:00
parent 3e4e9edb8c
commit ab12b45ae6
2 changed files with 12 additions and 0 deletions

View File

@ -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

View File

@ -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