X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=test%2Fconfs%2F0285;h=20ec0263aeb345fad8bef5ac8ae96e3944382621;hb=6d9b05ae272ca2122b48451c317d601e449af932;hp=f0871a56508d58fdc7b92eb1e472f0e4b0955283;hpb=d4dc049f9a9e80ac3a470fd644418668eefedecb;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/test/confs/0285 b/test/confs/0285 index f0871a565..20ec0263a 100644 --- a/test/confs/0285 +++ b/test/confs/0285 @@ -23,7 +23,7 @@ all: driver = manualroute route_list = * 127.0.0.1 byname self = send - transport = smtp + transport = ${if eq {$domain}{test.ex} {smtp}{magic_smtp}} # ----- Transports ----- @@ -31,9 +31,17 @@ all: begin transports smtp: - driver = smtp - port = PORT_S - max_rcpt = 2 + driver = smtp + port = PORT_S + hosts_try_fastopen = : + max_rcpt = 2 + connection_max_messages = 3 + +magic_smtp: + driver = smtp + port = PORT_S + hosts_try_fastopen = : + max_rcpt = ${if match {$domain}{magic(\\d+)} {$1} {2}} connection_max_messages = 3