install_postfix_advanced.sh, install_postfwd.sh: some minor changes to default 'postfwd.bl-sender' configuration file.
This commit is contained in:
parent
3e4e9edb8c
commit
ab12b45ae6
@ -869,6 +869,12 @@ if [[ ! -f "$_file" ]]; then
|
|||||||
# Sender addresses blocked by postfwd
|
# Sender addresses blocked by postfwd
|
||||||
# ---
|
# ---
|
||||||
|
|
||||||
|
# annoying spammer domains
|
||||||
|
@acieu.co.uk
|
||||||
|
|
||||||
|
# annoying spammer addresses
|
||||||
|
error@mailfrom.com
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
if [[ $? -eq 0 ]] ; then
|
if [[ $? -eq 0 ]] ; then
|
||||||
echo_ok
|
echo_ok
|
||||||
|
@ -135,6 +135,12 @@ if [[ ! -f "$_file" ]]; then
|
|||||||
# Sender addresses blocked by postfwd
|
# Sender addresses blocked by postfwd
|
||||||
# ---
|
# ---
|
||||||
|
|
||||||
|
# annoying spammer domains
|
||||||
|
@acieu.co.uk
|
||||||
|
|
||||||
|
# annoying spammer addresses
|
||||||
|
error@mailfrom.com
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
if [[ $? -eq 0 ]] ; then
|
if [[ $? -eq 0 ]] ; then
|
||||||
echo_ok
|
echo_ok
|
||||||
|
Loading…
Reference in New Issue
Block a user