projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
404edcd
)
And fix the smarthost template somewhat
author
Peter Palfrader
<peter@palfrader.org>
Sat, 21 Sep 2019 16:23:07 +0000
(18:23 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Sat, 21 Sep 2019 16:23:07 +0000
(18:23 +0200)
modules/exim/templates/eximconf.erb
patch
|
blob
|
history
diff --git
a/modules/exim/templates/eximconf.erb
b/modules/exim/templates/eximconf.erb
index
c8be351
..
83a630f
100644
(file)
--- a/
modules/exim/templates/eximconf.erb
+++ b/
modules/exim/templates/eximconf.erb
@@
-1584,7
+1584,7
@@
remote_smtp_smarthost:
delay_after_cutoff = false
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 -%>