From 95d41923f103f185b4b0bc5bee7d090eb705cfcf Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Sun, 18 Apr 2010 12:00:01 +0100 Subject: [PATCH] and that didn't work Signed-off-by: Stephen Gran --- modules/exim/templates/eximconf.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/exim/templates/eximconf.erb b/modules/exim/templates/eximconf.erb index a6e2bc3d..a0c95c05 100644 --- a/modules/exim/templates/eximconf.erb +++ b/modules/exim/templates/eximconf.erb @@ -1457,7 +1457,7 @@ remote_smtp: driver = smtp connect_timeout = 1m delay_after_cutoff = false -<%= if has_variable?("exim_ssl_certs") && exim_ssl_certs == "true" %> +<% if has_variable?("exim_ssl_certs") && exim_ssl_certs == "true" %> tls_certificate = /etc/exim4/ssl/thishost.crt tls_privatekey = /etc/exim4/ssl/thishost.key <% end %> -- 2.39.2