postfix / gateway: fix tlsproxy to actually work

So, without this tlsproxy wasn't working and no connection reuse was
happening. With it, it seems to be processing away nicely and reusing
connections.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2022-04-26 12:31:48 -07:00
parent 97659b755b
commit ba294ed5c6

View file

@ -7,7 +7,7 @@
# (yes) (yes) (yes) (never) (100) # (yes) (yes) (yes) (never) (100)
# ========================================================================== # ==========================================================================
smtp inet n - n - 40 smtpd smtp inet n - n - 40 smtpd
tlsproxy unix - - n - - tlsproxy tlsproxy unix - - n - 0 tlsproxy
#submission inet n - n - - smtpd #submission inet n - n - - smtpd
# -o smtpd_enforce_tls=yes # -o smtpd_enforce_tls=yes
# -o smtpd_sasl_auth_enable=yes # -o smtpd_sasl_auth_enable=yes