Reduce connection limit
[sysconfig/postfix.git] / master.cf
index 895bc1de2dcc221af1b249acf79362b28bf22937..3bb6ece3f1d248e7fcddeb8c672bc4c2c69a0818 100644 (file)
--- a/master.cf
+++ b/master.cf
@@ -8,7 +8,6 @@
 # service type  private unpriv  chroot  wakeup  maxproc command + args
 #               (yes)   (yes)   (yes)   (never) (100)
 # ==========================================================================
-smtp      inet  n       -       -       -       -       smtpd
 #submission inet n       -       -       -       -       smtpd
 #  -o smtpd_tls_security_level=encrypt
 #  -o smtpd_sasl_auth_enable=yes
@@ -39,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
 #