From b3c782c00b07b1d202d4c589896d19a398150d28 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sat, 21 Sep 2019 18:26:10 +0200 Subject: [PATCH] eximconf.erb: spell smarthost_port better --- 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 f147d4327..27f06b997 100644 --- a/modules/exim/templates/eximconf.erb +++ b/modules/exim/templates/eximconf.erb @@ -1582,7 +1582,7 @@ remote_smtp_smarthost: debug_print = "T: remote_smtp_smarthost for $local_part@$domain" driver = smtp delay_after_cutoff = false - port = <%= @marthost_port %> + port = <%= @smarthost_port %> tls_tempfail_tryclear = false hosts_require_tls = <%= scope.lookupvar('deprecated::nodeinfo')['smarthost'] %> tls_certificate = /etc/exim4/ssl/thishost.crt -- 2.20.1