diff --git a/install_postfix_advanced.sh b/install_postfix_advanced.sh index 4f8fee8..0674546 100755 --- a/install_postfix_advanced.sh +++ b/install_postfix_advanced.sh @@ -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