Update the Mailman role after addition of fedorahosted
This commit is contained in:
parent
c21cb22894
commit
5b5c83d4de
10 changed files with 24 additions and 12 deletions
|
@ -509,6 +509,8 @@ recipient_delimiter = +
|
|||
#fallback_transport =
|
||||
|
||||
#transport_maps = hash:/etc/postfix/transport
|
||||
transport_maps = hash:/etc/mailman/mailman3-transport
|
||||
|
||||
# The luser_relay parameter specifies an optional destination address
|
||||
# for unknown recipients. By default, mail for unknown@$mydestination,
|
||||
# unknown@[$inet_interfaces] or unknown@[$proxy_interfaces] is returned
|
||||
|
|
|
@ -156,8 +156,9 @@ inet_interfaces = all
|
|||
#
|
||||
# See also below, section "REJECTING MAIL FOR UNKNOWN LOCAL USERS".
|
||||
#
|
||||
mydestination = $myhostname, lists.fedoraproject.org,
|
||||
localhost.$mydomain, localhost
|
||||
mydestination = $myhostname,
|
||||
localhost.$mydomain, localhost,
|
||||
lists.fedoraproject.org, lists.fedorahosted.org
|
||||
#mydestination = $myhostname, localhost.$mydomain, localhost, $mydomain
|
||||
#mydestination = $myhostname, localhost.$mydomain, localhost, $mydomain,
|
||||
# mail.$mydomain, www.$mydomain, ftp.$mydomain
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue