Include mailman domains in local domains.
The local hostname is included in local_domains by default, but in case we're hosting mailman domains other than the local hostname, include them. Change-Id: I733b8fe8cacc2cfd2d7a0d33236ed9e2273c15da
This commit is contained in:
parent
0a9ab137f4
commit
c567dd5d6f
@ -55,7 +55,8 @@ CONFDIR = /etc/exim4
|
||||
# +local_domains, +relay_to_domains, and +relay_from_hosts, respectively. They
|
||||
# are all colon-separated lists:
|
||||
|
||||
domainlist local_domains = @
|
||||
domainlist local_domains = @<% if mailman_domains.length > 0 -%>:<%= mailman_domains.join(":") %><% end -%>
|
||||
|
||||
domainlist relay_to_domains =
|
||||
hostlist relay_from_hosts = 127.0.0.1
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user