forked from infra/ansible
[postfix] Change the relayhost for sign machines
Today the bastion relayhost didn't work for sign-bridge. So we changed it to bastion01.rdu3.fedoraproject.org. This worked, so let's reflect that change in ansible as well. Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
parent
51a458f26b
commit
83b0f60d6a
1 changed files with 1 additions and 1 deletions
|
|
@ -313,7 +313,7 @@ unknown_local_recipient_reject_code = 550
|
|||
#relayhost = [mailserver.isp.tld]
|
||||
#relayhost = uucphost
|
||||
#relayhost = [an.ip.add.ress]
|
||||
relayhost = bastion
|
||||
relayhost = bastion01.rdu3.fedoraproject.org
|
||||
|
||||
|
||||
# REJECTING UNKNOWN RELAY USERS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue