From bc8050cd3c1c26d56f22162b0085ece250ff8c76 Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Sun, 11 Apr 2021 21:56:13 +0200 Subject: [PATCH] bundles/postfix: fix connection limits for smtpd --- bundles/postfix/files/master.cf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bundles/postfix/files/master.cf b/bundles/postfix/files/master.cf index 21dd231..13e716a 100644 --- a/bundles/postfix/files/master.cf +++ b/bundles/postfix/files/master.cf @@ -2,17 +2,17 @@ # service type private unpriv chroot wakeup maxproc command + args # (yes) (yes) (no) (never) (100) # ========================================================================== -smtp inet n - y - 1 smtpd +smtp inet n - y - 100 smtpd % if node.has_bundle('postfixadmin'): -o smtpd_sasl_auth_enable=no -2525 inet n - y - 1 smtpd +2525 inet n - y - 10 smtpd -o smtpd_sasl_auth_enable=no % endif smtpd pass - - y - - smtpd dnsblog unix - - y - 0 dnsblog tlsproxy unix - - y - 0 tlsproxy % if node.has_bundle('postfixadmin'): -submission inet n - y - - smtpd +submission inet n - y - 100 smtpd -o syslog_name=postfix/submission -o smtpd_tls_security_level=encrypt -o smtpd_sasl_auth_enable=yes