X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/afda344b580b54a4513569720aec3260cd5ba546..2a47f02825993e5ade191f8206cb767b0d9fc44c:/test/confs/0143 diff --git a/test/confs/0143 b/test/confs/0143 index c853c8072..ad18789c9 100644 --- a/test/confs/0143 +++ b/test/confs/0143 @@ -18,12 +18,13 @@ domainlist local_domains = test.ex : *.test.ex begin routers -all: +my_main_router: driver = manualroute domains = ! +local_domains route_list = * 127.0.0.1 self = send - transport = smtp + transport = my_smtp + debug_print = router_name <$router_name> no_more @@ -31,10 +32,11 @@ all: begin transports -smtp: +my_smtp: driver = smtp interface = HOSTIPV4 port = PORT_S + debug_print = transport_name <$transport_name> # End