From b7cecd3deb2795f551a3b6ebbad05773968fe7b9 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 17 Jul 2023 11:19:28 -0700 Subject: [PATCH] gateway: do not try and specify a local_recipient_maps This map wasn't there, causing bastion02 to basically reject emails. So, instead just comment it out because we aren't using it anyhow. We are luckly bastion01's postfix hasn't been restarted and breaking it there. Signed-off-by: Kevin Fenzi --- roles/base/files/postfix/main.cf/main.cf.gateway | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/base/files/postfix/main.cf/main.cf.gateway b/roles/base/files/postfix/main.cf/main.cf.gateway index 90e102543e..e30d1a3404 100644 --- a/roles/base/files/postfix/main.cf/main.cf.gateway +++ b/roles/base/files/postfix/main.cf/main.cf.gateway @@ -238,7 +238,7 @@ mydestination = $myhostname, localhost.$mydomain, fedora.redhat.com, localhost , #local_recipient_maps = unix:passwd.byname $alias_maps #local_recipient_maps = proxy:unix:passwd.byname $alias_maps #local_recipient_maps = -local_recipient_maps = $alias_maps hash:/etc/postfix/relay_recipient_maps +#local_recipient_maps = $alias_maps hash:/etc/postfix/relay_recipient_maps # The unknown_local_recipient_reject_code specifies the SMTP server # response code when a recipient domain matches $mydestination or