X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/d1af83598f7d6b32516a11bb28e569d592a05c48..b0e63c7efdc2133c61545b051042d3617ecd2bbd:/test/confs/0616 diff --git a/test/confs/0616 b/test/confs/0616 index 7962d9734..6fb08b395 100644 --- a/test/confs/0616 +++ b/test/confs/0616 @@ -1,8 +1,41 @@ -# exim test configuration 0616 -exim_path = EXIM_PATH -keep_environment = ^FOO\d : BAR -add_environment = ADDED1=added1 : ADDED2=added2 -tls_advertise_hosts = -perl_startup = $| = 1; \ - print "Environment visible in Perl:\n"; \ - print map { "$_=$ENV{$_}\n" } sort keys %ENV; +# Exim test configuration 0616 + +.include DIR/aux-var/std_conf_prefix + +# ----- Routers ----- + +begin routers + +route_userx: + driver = redirect + local_parts = userx + errors_to = dump@domain1 + allow_filter + file = DIR/aux-fixed/TESTNUM.filter + user = EXIMUSER + no_more + +dump_bounces: + driver = redirect + local_parts = dump + data = :blackhole: + no_more + +route_smtp: + driver = manualroute + route_list = * 127.0.0.1 byname + errors_to = dump@domain1 + self = send + transport = smtp + no_more + +# ----- Transports ----- + +begin transports + +smtp: + driver = smtp + port = PORT_S + hosts_try_fastopen = : + +# End