bastion / postfix: re-add missing smtp_connection_cache_destinations
Without this it wasn't caching tls connections and was going over the small limit redhat.com mx had. Hopefully this gets mail flowing again. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
2050d7112b
commit
b1395e9088
1 changed files with 1 additions and 0 deletions
|
@ -781,6 +781,7 @@ 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
|
||||
smtp_connection_cache_destinations = mx2.redhat.com,gmail.com,google.com,scrye.com
|
||||
## End smtp_tls
|
||||
## General TLS
|
||||
tls_random_source = dev:/dev/urandom
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue