From 0a65e0e7db56d98eb7dbc4004ac195b3cf6ffef9 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Thu, 15 Jan 2026 13:31:57 +0100 Subject: [PATCH] test m4 change --- exim.conf.m4 | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/exim.conf.m4 b/exim.conf.m4 index 0d8c1aa..68e7b2b 100644 --- a/exim.conf.m4 +++ b/exim.conf.m4 @@ -8,11 +8,6 @@ define(`RELAYNETS', esyscmd(`echo -n $RELAYNETS'))dnl define(`WHITELISTED_RECIPIENTS', esyscmd(`echo -n $WHITELISTED_RECIPIENTS'))dnl -ifelse(SMARTHOST, `', ` -errprint(`Error: SMARTHOST not set') -m4exit(1) -') - ifelse(HOSTNAME, `', ` errprint(`Error: HOSTNAME not set') m4exit(1) @@ -29,6 +24,10 @@ acl_smtp_rcpt = acl_check_rcpt tls_advertise_hosts = begin routers +ifelse(SMARTHOST, `', `dnl +# no smarthost +', `dnl + smarthost_route: driver = manualroute domains = * @@ -36,8 +35,8 @@ smarthost_route: route_list = * SMARTHOST begin transports -smarthost_smtp: - driver = smtp +smtp: + driver = smarthost_smtp port = 25 multi_domain ifelse(SMARTHOST_USER, `', `', `dnl @@ -56,6 +55,7 @@ login: public_name = LOGIN client_send = : SMARTHOST_USER : SMARTHOST_PASS ') +') begin acl acl_check_rcpt: