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:
parent
97659b755b
commit
ba294ed5c6
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
# (yes) (yes) (yes) (never) (100)
|
||||
# ==========================================================================
|
||||
smtp inet n - n - 40 smtpd
|
||||
tlsproxy unix - - n - - tlsproxy
|
||||
tlsproxy unix - - n - 0 tlsproxy
|
||||
#submission inet n - n - - smtpd
|
||||
# -o smtpd_enforce_tls=yes
|
||||
# -o smtpd_sasl_auth_enable=yes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue