From: Alex Dehnert Date: Thu, 30 Dec 2010 23:16:09 +0000 (-0500) Subject: Reduce the number of spampd processes X-Git-Url: https://www.dehnerts.com/gitweb/?a=commitdiff_plain;h=0cc1534f7c1c4ce61b29220b2ba149bf4f1a004a;p=sysconfig%2Fpostfix.git Reduce the number of spampd processes --- diff --git a/master.cf b/master.cf index 0010e61..4e3da11 100644 --- a/master.cf +++ b/master.cf @@ -38,7 +38,10 @@ 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 - - - 10 smtpd +# I *think* that the maxproc cap wants to be no more than the number +# of spampd processes that can run, but I'm not really sure +# (and hopefully it doesn't *really* matter) +smtp inet n - - - 5 smtpd -o smtpd_proxy_filter=127.0.0.1:10025 -o smtpd_client_connection_count_limit=15 #