From a156b54c1f81a8ca51399706a5cc687127706db2 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Thu, 15 Jan 2026 13:39:17 +0100 Subject: [PATCH] test m4 change 2 --- exim.conf.m4 | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/exim.conf.m4 b/exim.conf.m4 index 68e7b2b..3bc2e54 100644 --- a/exim.conf.m4 +++ b/exim.conf.m4 @@ -23,11 +23,20 @@ acl_smtp_rcpt = acl_check_rcpt tls_advertise_hosts = -begin routers ifelse(SMARTHOST, `', `dnl -# no smarthost -', `dnl +# without smarthost +begin routers +dnslookup: + driver = dnslookup + domains = * + transport = remote_smtp +begin transports + driver = smtp + +', `dnl +# with smarthost +begin routers smarthost_route: driver = manualroute domains = * @@ -35,8 +44,8 @@ smarthost_route: route_list = * SMARTHOST begin transports -smtp: - driver = smarthost_smtp +smarthost_smtp: + driver = smtp port = 25 multi_domain ifelse(SMARTHOST_USER, `', `', `dnl