lists-dev: set the proper postfix conffile
This commit is contained in:
parent
bbf9b7295c
commit
a6f2509b78
2 changed files with 3 additions and 3 deletions
|
@ -23,6 +23,7 @@
|
|||
- mailman_vardir: /srv/persist/mailman
|
||||
- tcp_ports: [22, 25, 80, 443]
|
||||
- udp_ports: []
|
||||
- postfix_maincf: postfix/main.cf/main.cf.lists-dev.cloud.fedoraproject.org
|
||||
|
||||
roles:
|
||||
- sudo
|
||||
|
|
|
@ -156,8 +156,7 @@ inet_interfaces = all
|
|||
#
|
||||
# See also below, section "REJECTING MAIL FOR UNKNOWN LOCAL USERS".
|
||||
#
|
||||
mydestination = $myhostname, lists-dev.cloud.fedoraproject.org,
|
||||
localhost.$mydomain, localhost
|
||||
mydestination = $myhostname, localhost.$mydomain, localhost, lists-dev.cloud.fedoraproject.org
|
||||
#mydestination = $myhostname, localhost.$mydomain, localhost, $mydomain
|
||||
#mydestination = $myhostname, localhost.$mydomain, localhost, $mydomain,
|
||||
# mail.$mydomain, www.$mydomain, ftp.$mydomain
|
||||
|
@ -314,7 +313,6 @@ unknown_local_recipient_reject_code = 550
|
|||
#relayhost = [mailserver.isp.tld]
|
||||
#relayhost = uucphost
|
||||
#relayhost = [an.ip.add.ress]
|
||||
relayhost = bastion.phx2.fedoraproject.org
|
||||
|
||||
|
||||
# REJECTING UNKNOWN RELAY USERS
|
||||
|
@ -685,6 +683,7 @@ readme_directory = /usr/share/doc/postfix-2.4.5/README_FILES
|
|||
|
||||
|
||||
message_size_limit = 20971520
|
||||
#inet_protocols = ipv4
|
||||
|
||||
|
||||
# Mailman, see MTA.rst
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue