X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;ds=sidebyside;f=test%2Fconfs%2F0616;h=6fb08b3951bb91a95aec0702b22a3465355d83ed;hb=HEAD;hp=7962d97344c6ded372fc7e3e45062d8b0e184497;hpb=d1af83598f7d6b32516a11bb28e569d592a05c48;p=exim.git 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