X-Git-Url: https://dehnerts.com/gitweb/?a=blobdiff_plain;f=master.cf;h=5c393965a65749c7b513afd3c142dee4efc729b5;hb=1f4e066529121920183c1f8aa0c6083bec400c96;hp=f8be2df222ae77b01e89916807e86fc668f5dd25;hpb=e7af464b4af81a3d210cee4390160aeb50cd7a38;p=sysconfig%2Fpostfix.git diff --git a/master.cf b/master.cf index f8be2df..5c39396 100644 --- 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. # -smtp inet n - - - 15 smtpd +# 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. @@ -68,6 +71,7 @@ virtual unix - n n - - virtual lmtp unix - - - - - lmtp anvil unix - - - - 1 anvil scache unix - - - - 1 scache + # # ==================================================================== # Interfaces to non-Postfix software. Be sure to examine the manual