From 85e69a1445c82de137d48da44ed9f30ab643d209 Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Thu, 7 May 2009 01:10:07 +0100 Subject: [PATCH] Let's try it this way 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 41cb33e36..1ed7e0bb2 100644 --- a/modules/exim/templates/eximconf.erb +++ b/modules/exim/templates/eximconf.erb @@ -119,7 +119,7 @@ domainlist mailhubdomains = lsearch;/etc/exim4/manualroute hostlist reservedaddrs = <%= nodeinfo['reservedaddrs'] %> <%= out = "" -if has_variable?("exim_ssl_certs") && exim_ssl_certs == true +if exim_ssl_certs out = "tls_certificate = /etc/exim4/ssl/thishost.crt tls_privatekey = /etc/exim4/ssl/thishost.key tls_try_verify_hosts = * -- 2.20.1