install_postfix_advanced.sh: fix error in 'postfwd.cf' configuration file.
This commit is contained in:
parent
7a769af49e
commit
823b78ff5c
@ -634,7 +634,6 @@ id=WHL_USERS
|
||||
|
||||
# Blacklist users
|
||||
id=BL_USERS
|
||||
&&SASL_AUTH
|
||||
&&BLOCK_USERS
|
||||
action=REJECT User is blocked by so36.NET admins. Error: BL_USERS
|
||||
|
||||
@ -645,12 +644,12 @@ id=BL_SENDER
|
||||
|
||||
# Rate Limits
|
||||
|
||||
# Block messages with more than 70 recipients
|
||||
# Block messages with more than 50 recipients
|
||||
id=BLOCK_MSG_RCPT
|
||||
&&INCOMING
|
||||
&&SASL_AUTH
|
||||
recipient_count=70
|
||||
action=REJECT Too many recipients, please reduce to less than 70 or consider using a mailing list. Error: BLOCK_MSG_RCPT
|
||||
recipient_count=50
|
||||
action=REJECT Too many recipients, please reduce to less than 50 or consider using a mailing list. Error: BLOCK_MSG_RCPT
|
||||
|
||||
# Block users sending more than 50 messages/hour
|
||||
id=RATE_MSG
|
||||
|
Loading…
Reference in New Issue
Block a user