mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
[postfix] Add mailman staging lists
I followed the instruction from https://pagure.io/fedora-infrastructure/issue/8455#comment-913675, but this is my first time I actually doing anything in postfix configuration, so I'm not sure if everything I did is correct. The SMTP port on the machine seems to be open according to group_vars for the mailman_stg. Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
@@ -158,7 +158,9 @@ inet_interfaces = all
|
||||
#
|
||||
mydestination = $myhostname,
|
||||
localhost.$mydomain, localhost,
|
||||
lists.fedoraproject.org, lists.fedorahosted.org, lists.pagure.io
|
||||
lists.fedoraproject.org, lists.fedorahosted.org, lists.pagure.io,
|
||||
lists.stg.fedoraproject.org, lists.stg.fedorahosted.org,
|
||||
lists.stg.pagure.io
|
||||
#mydestination = $myhostname, localhost.$mydomain, localhost, $mydomain
|
||||
#mydestination = $myhostname, localhost.$mydomain, localhost, $mydomain,
|
||||
# mail.$mydomain, www.$mydomain, ftp.$mydomain
|
||||
|
||||
@@ -305,7 +305,7 @@ unknown_local_recipient_reject_code = 550
|
||||
#
|
||||
#relay_domains = $mydestination
|
||||
|
||||
relay_domains = $mydestination lists.fedoraproject.org lists.fedorahosted.org fedorahosted.org lists.pagure.io
|
||||
relay_domains = $mydestination lists.fedoraproject.org lists.fedorahosted.org fedorahosted.org lists.pagure.io lists.stg.fedoraproject.org lists.stg.fedorahosted.org lists.stg.pagure.io
|
||||
|
||||
# INTERNET OR INTRANET
|
||||
|
||||
|
||||
@@ -4,3 +4,7 @@ redhat.com smtp:[mailman01.vpn.fedoraproject.org]
|
||||
lists2.fedoraproject.org smtp:[mailman01.vpn.fedoraproject.org]
|
||||
lists.pagure.io smtp:[mailman01.vpn.fedoraproject.org]
|
||||
fedorahosted.org smtp:[bastion.vpn.fedoraproject.org]
|
||||
|
||||
lists.stg.fedoraproject.org smtp:[mailman01.stg.vpn.fedoraproject.org]
|
||||
lists.stg.fedorahosted.org smtp:[mailman01.stg.vpn.fedoraproject.org]
|
||||
lists.stg.pagure.io smtp:[mailman01.stg.vpn.fedoraproject.org]
|
||||
Reference in New Issue
Block a user