X-Git-Url: https://dehnerts.com/gitweb/?a=blobdiff_plain;f=master.cf;h=a74a5f524c24b625099ea750285c362bd96b689d;hb=07b56eda96ec82571fd9eae038731218e1f8b46c;hp=3bb6ece3f1d248e7fcddeb8c672bc4c2c69a0818;hpb=ecb69a8c5390837b2a9402ac476eafee95b0f806;p=sysconfig%2Fpostfix.git diff --git a/master.cf b/master.cf index 3bb6ece..a74a5f5 100644 --- a/master.cf +++ b/master.cf @@ -8,11 +8,13 @@ # service type private unpriv chroot wakeup maxproc command + args # (yes) (yes) (yes) (never) (100) # ========================================================================== -#submission inet n - - - - smtpd -# -o smtpd_tls_security_level=encrypt -# -o smtpd_sasl_auth_enable=yes -# -o smtpd_client_restrictions=permit_sasl_authenticated,reject -# -o milter_macro_daemon_name=ORIGINATING +submission inet n - - - - smtpd + -o smtpd_tls_security_level=encrypt + -o smtpd_sasl_auth_enable=yes + -o smtpd_client_restrictions=permit_sasl_authenticated,reject + -o milter_macro_daemon_name=ORIGINATING + -o smtpd_proxy_filter=127.0.0.1:10025 + -o smtpd_client_connection_count_limit=15 #smtps inet n - - - - smtpd # -o smtpd_tls_wrappermode=yes # -o smtpd_sasl_auth_enable=yes @@ -38,9 +40,12 @@ smtp unix - - - - - smtp # Before-filter SMTP server. Receive mail from the network and # pass it to the content filter on localhost port 10025. # +# 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 +73,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