Mailman: ansible group conflict in staging

This commit is contained in:
Aurélien Bompard 2014-10-20 09:55:21 +00:00
parent f67b702cf5
commit 4f7ff8efd2

View file

@ -93,8 +93,8 @@ mail_owner = postfix
#myorigin = $myhostname #myorigin = $myhostname
#myorigin = $mydomain #myorigin = $mydomain
mydomain = fedoraproject.org mydomain = stg.fedoraproject.org
myorigin = fedoraproject.org myorigin = stg.fedoraproject.org
# RECEIVING MAIL # RECEIVING MAIL
@ -156,8 +156,7 @@ inet_interfaces = all
# #
# See also below, section "REJECTING MAIL FOR UNKNOWN LOCAL USERS". # See also below, section "REJECTING MAIL FOR UNKNOWN LOCAL USERS".
# #
mydestination = $myhostname, lists.stg.fedoraproject.org, mydestination = $myhostname, localhost.$mydomain, fedora.redhat.com, localhost, lists.stg.fedoraproject.org,
localhost.$mydomain, localhost
#mydestination = $myhostname, localhost.$mydomain, localhost, $mydomain #mydestination = $myhostname, localhost.$mydomain, localhost, $mydomain
#mydestination = $myhostname, localhost.$mydomain, localhost, $mydomain, #mydestination = $myhostname, localhost.$mydomain, localhost, $mydomain,
# mail.$mydomain, www.$mydomain, ftp.$mydomain # mail.$mydomain, www.$mydomain, ftp.$mydomain
@ -314,7 +313,7 @@ unknown_local_recipient_reject_code = 550
#relayhost = [mailserver.isp.tld] #relayhost = [mailserver.isp.tld]
#relayhost = uucphost #relayhost = uucphost
#relayhost = [an.ip.add.ress] #relayhost = [an.ip.add.ress]
relayhost = bastion.phx2.fedoraproject.org relayhost = bastion.phx2.fedoraproject.org
# REJECTING UNKNOWN RELAY USERS # 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 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 # add this to new postfix to get it to add proper message-id and other
# headers to outgoing emails via the gateway. # headers to outgoing emails via the gateway.
message_size_limit = 20971520 message_size_limit = 20971520
#inet_protocols = ipv4
# Mailman, see MTA.rst # Mailman, see MTA.rst