From 02a3bf618dc3fb9a644d4c8287ba3098ff498ba3 Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Sun, 5 Apr 2009 14:12:39 +0100 Subject: [PATCH] Using the right name helps Signed-off-by: Stephen Gran --- modules/exim/files/common/exim4.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/exim/files/common/exim4.conf b/modules/exim/files/common/exim4.conf index 979cefac4..0378c3de3 100644 --- a/modules/exim/files/common/exim4.conf +++ b/modules/exim/files/common/exim4.conf @@ -121,7 +121,7 @@ localpartlist local_only_users = lsearch;/etc/exim4/localusers # accept mail for them. domainlist rcpthosts = partial-lsearch;/etc/exim4/rcpthosts hostlist debianhosts = 127.0.0.1 : net-lsearch;/var/lib/misc/thishost/debianhosts -domainlist mailhubdomains = lsearch;/etc/exim4/mailertable +domainlist mailhubdomains = lsearch;/etc/exim4/manualroute .ifndef RESERVEDADDRS RESERVEDADDRS = 0.0.0.0/8 : 127.0.0.0/8 : 10.0.0.0/8 : 169.254.0.0/16 : \ @@ -747,8 +747,8 @@ relay_manualroute: driver = manualroute domains = +mailhubdomains transport = remote_smtp - route_data = ${lookup{$domain}lsearch{/etc/exim4/mailertable}} - require_files = /etc/exim4/mailertable + route_data = ${lookup{$domain}lsearch{/etc/exim4/manualroute}} + require_files = /etc/exim4/manualroute bsmtp: debug_print = "R: bsmtp for $local_part@$domain" -- 2.20.1