From ac6b80047bef737beb0efbfa7bbc34b08bea5e37 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sat, 21 Sep 2019 18:24:24 +0200 Subject: [PATCH] eximconf.erb: we want linebreaks after these variable includes --- modules/exim/templates/eximconf.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/exim/templates/eximconf.erb b/modules/exim/templates/eximconf.erb index 83a630fa2..f147d4327 100644 --- a/modules/exim/templates/eximconf.erb +++ b/modules/exim/templates/eximconf.erb @@ -1582,9 +1582,9 @@ remote_smtp_smarthost: debug_print = "T: remote_smtp_smarthost for $local_part@$domain" driver = smtp delay_after_cutoff = false - port = <%= @marthost_port -%> + port = <%= @marthost_port %> tls_tempfail_tryclear = false - hosts_require_tls = <%= scope.lookupvar('deprecated::nodeinfo')['smarthost'] -%> + hosts_require_tls = <%= scope.lookupvar('deprecated::nodeinfo')['smarthost'] %> tls_certificate = /etc/exim4/ssl/thishost.crt tls_privatekey = /etc/exim4/ssl/thishost.key <%- end -%> -- 2.20.1