diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2012-10-06 23:20:08 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2012-12-25 19:58:32 +0000 |
commit | 181d9bf8a602a2573d566427803a4c5288a56008 (patch) | |
tree | 1c1effe575f5be7f6a7a8a39f231617367f5de8a /test/confs/0143 | |
parent | c3eacdb0bc1ab24331b781dc3f08b075aa52e329 (diff) |
Add $router_name and $transport_name variables. Bug 308.
Diffstat (limited to 'test/confs/0143')
-rw-r--r-- | test/confs/0143 | 7 |
1 files changed, 4 insertions, 3 deletions
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 |