Reduce connection limit
authorAlex Dehnert <adehnert@mit.edu>
Fri, 30 Apr 2010 10:12:09 +0000 (06:12 -0400)
committerAlex Dehnert <adehnert@mit.edu>
Fri, 30 Apr 2010 10:12:09 +0000 (06:12 -0400)
master.cf

index f8be2df222ae77b01e89916807e86fc668f5dd25..3bb6ece3f1d248e7fcddeb8c672bc4c2c69a0818 100644 (file)
--- a/master.cf
+++ b/master.cf
@@ -38,7 +38,7 @@ 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       -       -       -       15      smtpd
+smtp      inet  n       -       -       -        5      smtpd
         -o smtpd_proxy_filter=127.0.0.1:10025
         -o smtpd_client_connection_count_limit=10
 #