From 203e3b26e234bbb47f4e39d06a5e2ccfc9065858 Mon Sep 17 00:00:00 2001 From: Alex Dehnert Date: Thu, 14 Oct 2010 02:27:51 -0400 Subject: [PATCH] Bump various limits Bumped spam filter related limits. Separately, increased process limit in /etc/default/spampd. --- master.cf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/master.cf b/master.cf index 3bb6ece..0010e61 100644 --- a/master.cf +++ b/master.cf @@ -38,9 +38,9 @@ smtp unix - - - - - smtp # Before-filter SMTP server. Receive mail from the network and # pass it to the content filter on localhost port 10025. # -smtp inet n - - - 5 smtpd +smtp inet n - - - 10 smtpd -o smtpd_proxy_filter=127.0.0.1:10025 - -o smtpd_client_connection_count_limit=10 + -o smtpd_client_connection_count_limit=15 # # After-filter SMTP server. Receive mail from the content filter # on localhost port 10026. -- 2.34.1