From 823b78ff5cc5328dc1e647ba1a53f5b6ee733f16 Mon Sep 17 00:00:00 2001 From: Christoph Date: Mon, 26 Nov 2018 03:32:30 +0100 Subject: [PATCH] install_postfix_advanced.sh: fix error in 'postfwd.cf' configuration file. --- install_postfix_advanced.sh | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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