Mailman: ansible group conflict in staging
This commit is contained in:
parent
f67b702cf5
commit
4f7ff8efd2
1 changed files with 6 additions and 7 deletions
|
@ -93,8 +93,8 @@ mail_owner = postfix
|
|||
#myorigin = $myhostname
|
||||
#myorigin = $mydomain
|
||||
|
||||
mydomain = fedoraproject.org
|
||||
myorigin = fedoraproject.org
|
||||
mydomain = stg.fedoraproject.org
|
||||
myorigin = stg.fedoraproject.org
|
||||
|
||||
# RECEIVING MAIL
|
||||
|
||||
|
@ -156,8 +156,7 @@ inet_interfaces = all
|
|||
#
|
||||
# See also below, section "REJECTING MAIL FOR UNKNOWN LOCAL USERS".
|
||||
#
|
||||
mydestination = $myhostname, lists.stg.fedoraproject.org,
|
||||
localhost.$mydomain, localhost
|
||||
mydestination = $myhostname, localhost.$mydomain, fedora.redhat.com, localhost, lists.stg.fedoraproject.org,
|
||||
#mydestination = $myhostname, localhost.$mydomain, localhost, $mydomain
|
||||
#mydestination = $myhostname, localhost.$mydomain, localhost, $mydomain,
|
||||
# mail.$mydomain, www.$mydomain, ftp.$mydomain
|
||||
|
@ -314,7 +313,7 @@ unknown_local_recipient_reject_code = 550
|
|||
#relayhost = [mailserver.isp.tld]
|
||||
#relayhost = uucphost
|
||||
#relayhost = [an.ip.add.ress]
|
||||
relayhost = bastion.phx2.fedoraproject.org
|
||||
relayhost = bastion.phx2.fedoraproject.org
|
||||
|
||||
|
||||
# REJECTING UNKNOWN RELAY USERS
|
||||
|
@ -680,12 +679,12 @@ sample_directory = /usr/share/doc/postfix-2.4.5/samples
|
|||
#
|
||||
readme_directory = /usr/share/doc/postfix-2.4.5/README_FILES
|
||||
|
||||
smtp_host_lookup = native,dns
|
||||
|
||||
# add this to new postfix to get it to add proper message-id and other
|
||||
# headers to outgoing emails via the gateway.
|
||||
|
||||
|
||||
message_size_limit = 20971520
|
||||
#inet_protocols = ipv4
|
||||
|
||||
|
||||
# Mailman, see MTA.rst
|
Loading…
Add table
Add a link
Reference in a new issue