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:
parent
b34e3e08e6
commit
b7cecd3deb
1 changed files with 1 additions and 1 deletions
|
@ -238,7 +238,7 @@ mydestination = $myhostname, localhost.$mydomain, fedora.redhat.com, localhost ,
|
||||||
#local_recipient_maps = unix:passwd.byname $alias_maps
|
#local_recipient_maps = unix:passwd.byname $alias_maps
|
||||||
#local_recipient_maps = proxy:unix:passwd.byname $alias_maps
|
#local_recipient_maps = proxy:unix:passwd.byname $alias_maps
|
||||||
#local_recipient_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
|
# The unknown_local_recipient_reject_code specifies the SMTP server
|
||||||
# response code when a recipient domain matches $mydestination or
|
# response code when a recipient domain matches $mydestination or
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue