From 20b3db2561b93c851d62f81eb0a25d7081b6db96 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 4 Apr 2022 16:20:27 -0700 Subject: [PATCH] bastion: switch email gateway for redhat.com emails The old ext-mx seems no more, switch to new gateway. Signed-off-by: Kevin Fenzi --- roles/base/files/postfix/transports.gateway | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/roles/base/files/postfix/transports.gateway b/roles/base/files/postfix/transports.gateway index 1c5aaf8aa1..76b66d0fcc 100644 --- a/roles/base/files/postfix/transports.gateway +++ b/roles/base/files/postfix/transports.gateway @@ -299,6 +299,6 @@ # TRANSPORT(5) fedora.redhat.com : -redhat.com smtp:[ext-mx.corp.redhat.com] -.redhat.com smtp:[ext-mx.corp.redhat.com] -ceylon-lang.org smtp:[ext-mx.corp.redhat.com] +redhat.com smtp:[smtp.corp.redhat.com] +.redhat.com smtp:[smtp.corp.redhat.com] +ceylon-lang.org smtp:[smtp.corp.redhat.com]