diff options
author | Heiko Schlittermann (HS12-RIPE) <hs@schlittermann.de> | 2016-03-10 23:48:48 +0100 |
---|---|---|
committer | Heiko Schlittermann (HS12-RIPE) <hs@schlittermann.de> | 2016-03-11 00:19:56 +0100 |
commit | 3257ed4b66a48c2bbd3e558cce7990df937c7d21 (patch) | |
tree | dd9985ba65ae964aae3ea8eefad22150c3154f6d /test/stdout | |
parent | a2a9afb4247c61efb68db222374530e12f4c35e8 (diff) |
Honour the -n for -bP config
Diffstat (limited to 'test/stdout')
-rw-r--r-- | test/stdout/0572 | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/test/stdout/0572 b/test/stdout/0572 index 3a026977c..0c8d6e9b7 100644 --- a/test/stdout/0572 +++ b/test/stdout/0572 @@ -101,3 +101,31 @@ begin transports interface = ip4.ip4.ip4.ip4 port = 1224 debug_print = transport_name <$transport_name> +# Exim Configuration (X) +# 1 "TESTSUITE/test-config" +OPT = +exim_path = TESTSUITE/eximdir/exim +keep_environment = +hide host_lookup_order = bydns +primary_hostname = myhost.test.ex +spool_directory = TESTSUITE/spool +log_file_path = TESTSUITE/spool/log/%slog +gecos_pattern = "" +gecos_name = CALLER_NAME +log_selector = +outgoing_port +domainlist local_domains = test.ex : *.test.ex +acl_smtp_rcpt = accept +begin routers +my_main_router: +driver = manualroute +route_list = * 127.0.0.1 +self = send +transport = my_smtp +hide debug_print = router_name <$router_name> +no_more +begin transports +my_smtp: +driver = smtp +interface = ip4.ip4.ip4.ip4 +port = 1224 +debug_print = transport_name <$transport_name> |