[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:
Michal Konecny
2024-06-06 13:36:31 +02:00
parent b52bfeb2b2
commit 438979a996
3 changed files with 8 additions and 2 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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]