bundles/postfix: fix connection limits for smtpd
All checks were successful
bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2021-04-11 21:56:13 +02:00
parent ab13ed1ef5
commit bc8050cd3c
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -2,17 +2,17 @@
# service type private unpriv chroot wakeup maxproc command + args
# (yes) (yes) (no) (never) (100)
# ==========================================================================
smtp inet n - y - 1 smtpd
smtp inet n - y - 100 smtpd
% if node.has_bundle('postfixadmin'):
-o smtpd_sasl_auth_enable=no
2525 inet n - y - 1 smtpd
2525 inet n - y - 10 smtpd
-o smtpd_sasl_auth_enable=no
% endif
smtpd pass - - y - - smtpd
dnsblog unix - - y - 0 dnsblog
tlsproxy unix - - y - 0 tlsproxy
% if node.has_bundle('postfixadmin'):
submission inet n - y - - smtpd
submission inet n - y - 100 smtpd
-o syslog_name=postfix/submission
-o smtpd_tls_security_level=encrypt
-o smtpd_sasl_auth_enable=yes