postfix / main.cf / gateway: enable smtp_tls_connection_reuse

Right now we are hitting redhat.com mx server connection limits.
This might be because we are starting too many new connections at once.
Enabling this should reduce the new connections by reusing existing
ones.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2022-04-20 16:07:40 -07:00
parent 82e9165336
commit affac369ab

View file

@ -780,6 +780,7 @@ smtp_tls_loglevel = 1
smtp_tls_cert_file = /etc/pki/tls/certs/gateway.crt
smtp_tls_key_file = /etc/pki/tls/private/gateway.key
smtp_tls_CAfile = /etc/pki/tls/certs/ca-bundle.crt
smtp_tls_connection_reuse = yes
## End smtp_tls
## General TLS
tls_random_source = dev:/dev/urandom