Bump various limits
authorAlex Dehnert <adehnert@mit.edu>
Thu, 14 Oct 2010 06:27:51 +0000 (02:27 -0400)
committerAlex Dehnert <adehnert@mit.edu>
Thu, 14 Oct 2010 06:27:51 +0000 (02:27 -0400)
Bumped spam filter related limits. Separately, increased
process limit in /etc/default/spampd.

master.cf

index 3bb6ece3f1d248e7fcddeb8c672bc4c2c69a0818..0010e61f4fcf046bc4de0d7ace3fe371e795bb69 100644 (file)
--- 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.