From 181d9bf8a602a2573d566427803a4c5288a56008 Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Sat, 6 Oct 2012 23:20:08 +0100 Subject: Add $router_name and $transport_name variables. Bug 308. --- test/confs/0143 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'test/confs/0143') diff --git a/test/confs/0143 b/test/confs/0143 index c853c8072..08eb3f66a 100644 --- a/test/confs/0143 +++ b/test/confs/0143 @@ -18,12 +18,12 @@ 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 no_more @@ -31,10 +31,11 @@ all: begin transports -smtp: +my_smtp: driver = smtp interface = HOSTIPV4 port = PORT_S + debug_print = transport_name <$transport_name> from router <$router_name> # End -- cgit v1.2.3