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 <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2023-07-17 11:19:28 -07:00
parent b34e3e08e6
commit b7cecd3deb

View file

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