From b1395e9088c431df08de0571be1574da646dc159 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 23 May 2022 08:44:36 -0700 Subject: [PATCH] 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 --- roles/base/files/postfix/main.cf/main.cf.gateway | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/base/files/postfix/main.cf/main.cf.gateway b/roles/base/files/postfix/main.cf/main.cf.gateway index 7a941373e3..5bd3bd70b2 100644 --- a/roles/base/files/postfix/main.cf/main.cf.gateway +++ b/roles/base/files/postfix/main.cf/main.cf.gateway @@ -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