From e27ec2246546c6573746d2a771cb7370d9167f55 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Mon, 20 Nov 2023 16:27:12 +0100 Subject: [PATCH] it's unclear what this limit really means -- with ipv6 one can easily create lots of IP addresses anyway --- deploy-chatmail/src/deploy_chatmail/postfix/master.cf.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy-chatmail/src/deploy_chatmail/postfix/master.cf.j2 b/deploy-chatmail/src/deploy_chatmail/postfix/master.cf.j2 index 7c932c65..1a57bfed 100644 --- a/deploy-chatmail/src/deploy_chatmail/postfix/master.cf.j2 +++ b/deploy-chatmail/src/deploy_chatmail/postfix/master.cf.j2 @@ -32,7 +32,7 @@ submission inet n - y - - smtpd -o smtpd_recipient_restrictions= -o smtpd_relay_restrictions=permit_sasl_authenticated,reject -o milter_macro_daemon_name=ORIGINATING - -o smtpd_client_connection_count_limit=100 + -o smtpd_client_connection_count_limit=1000 -o smtpd_proxy_filter=127.0.0.1:10080 smtps inet n - y - - smtpd -o syslog_name=postfix/smtps @@ -47,7 +47,7 @@ smtps inet n - y - - smtpd -o smtpd_sender_restrictions=$mua_sender_restrictions -o smtpd_recipient_restrictions= -o smtpd_relay_restrictions=permit_sasl_authenticated,reject - -o smtpd_client_connection_count_limit=100 + -o smtpd_client_connection_count_limit=1000 -o milter_macro_daemon_name=ORIGINATING -o smtpd_proxy_filter=127.0.0.1:10080 #628 inet n - y - - qmqpd