From 403139be09de80e8d94eb45d0367ac32d7be211d Mon Sep 17 00:00:00 2001 From: link2xt Date: Wed, 20 May 2026 01:33:51 +0200 Subject: [PATCH] fix: reduce maxproc for filtermail-transport LMTP client to 500 This further reduces it from 1000. For small servers this may be needed if they have low memory. For large servers may be increased manually for now. --- cmdeploy/src/cmdeploy/postfix/master.cf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmdeploy/src/cmdeploy/postfix/master.cf.j2 b/cmdeploy/src/cmdeploy/postfix/master.cf.j2 index f704c96c..0b41e828 100644 --- a/cmdeploy/src/cmdeploy/postfix/master.cf.j2 +++ b/cmdeploy/src/cmdeploy/postfix/master.cf.j2 @@ -113,7 +113,7 @@ authclean unix n - - - 0 cleanup # so while filtermail-transport tries to deliver the message, # possibly waiting for a long connection timeout # or talking to a slow server, LMTP client cannot be reused. -lmtp-filtermail unix - - y - 1000 lmtp +lmtp-filtermail unix - - y - 500 lmtp -o syslog_name=postfix/lmtp-filtermail -o lmtp_header_checks= -o lmtp_tls_security_level=none