Bump various limits
[sysconfig/postfix.git] / master.cf
index f8be2df222ae77b01e89916807e86fc668f5dd25..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       -       -       -       15      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.