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:
parent
82e9165336
commit
affac369ab
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue