install_postfix_advanced.sh, install_postfwd.sh: some minor changes to default 'postfwd.cf' configuration file.
This commit is contained in:
@ -168,7 +168,9 @@ if [[ ! -f "/etc/postfix/postfwd.cf" ]]; then
|
||||
|
||||
# Blacklist sender adresses
|
||||
&&BLOCK_SENDER {
|
||||
sender==file:/etc/postfix/postfwd.bl-sender
|
||||
# =~
|
||||
# using '=~' allows also matching entries for domains (i.e. @acieu.co.uk)
|
||||
sender=~file:/etc/postfix/postfwd.bl-sender
|
||||
}
|
||||
|
||||
# Inbound emails only
|
||||
|
Reference in New Issue
Block a user