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:
Kevin Fenzi 2022-05-23 08:44:36 -07:00
parent 2050d7112b
commit b1395e9088

View file

@ -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