Fix local_domains domain list

The newline on the local_domains list was being trimmed causing it
to be combined with the next line.

Change-Id: I1a4798b7ce8ecdd1a45945b97455dc4ef0c01702
This commit is contained in:
James E. Blair 2017-01-26 12:13:10 -08:00
parent f7ecbeb03c
commit 60615d96d3
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ CONFDIR = <%= scope.lookupvar('exim::params::conf_dir') %>
# +local_domains, +relay_to_domains, and +relay_from_hosts, respectively. They
# are all colon-separated lists:
domainlist local_domains = <%= @local_domains %><% if @mailman_domains.length > 0 -%>:<%= @mailman_domains.join(":") %><% end -%>
domainlist local_domains = <%= @local_domains %><% if @mailman_domains.length > 0 -%>:<%= @mailman_domains.join(":") %><% end %>
domainlist relay_to_domains =
hostlist relay_from_hosts = 127.0.0.1