Reduce the number of spampd processes
[sysconfig/postfix.git] / master.cf
index 3bb6ece3f1d248e7fcddeb8c672bc4c2c69a0818..4e3da11926ec6aa0f9f8f3de19ea6606a86a0681 100644 (file)
--- a/master.cf
+++ b/master.cf
@@ -38,9 +38,12 @@ smtp      unix  -       -       -       -       -       smtp
 # Before-filter SMTP server. Receive mail from the network and
 # pass it to the content filter on localhost port 10025.
 #
+# 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=10
+        -o smtpd_client_connection_count_limit=15
 #
 # After-filter SMTP server. Receive mail from the content filter
 # on localhost port 10026.