From 40d5228ac96faca1e28ab9beff1d8442cd0b584e Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Tue, 7 Apr 2009 21:37:06 +0100 Subject: [PATCH] Stupid macro parser not liking substrings Signed-off-by: Stephen Gran --- modules/exim/files/common/exim4.conf | 4 ++-- .../files/per-host/lafayette.debian.org/local-settings.conf | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/exim/files/common/exim4.conf b/modules/exim/files/common/exim4.conf index c28545a5a..d0762fb05 100644 --- a/modules/exim/files/common/exim4.conf +++ b/modules/exim/files/common/exim4.conf @@ -1174,8 +1174,8 @@ remote_smtp: remote_smtp_smarthost: debug_print = "T: remote_smtp_smarthost for $local_part@$domain" driver = smtp -.ifdef SMARTHOST_PORT - port = SMARTHOST_PORT +.ifdef SMARTHST_PORT + port = SMARTHST_PORT .endif .ifdef USE_TLS tls_tempfail_tryclear = false diff --git a/modules/exim/files/per-host/lafayette.debian.org/local-settings.conf b/modules/exim/files/per-host/lafayette.debian.org/local-settings.conf index 94fc5f60b..d160da521 100644 --- a/modules/exim/files/per-host/lafayette.debian.org/local-settings.conf +++ b/modules/exim/files/per-host/lafayette.debian.org/local-settings.conf @@ -4,5 +4,5 @@ ## SMARTHOST = spohr.debian.org -SMARTHOST_PORT = 587 +SMARTHST_PORT = 587 STUPID_FIREWALL = 1 -- 2.20.1