X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/277b99794bf90e4a64b4adee88c08bed417bc5ee..0762e1a4d6de4b7b0206314302297c9dd6d7ae73:/test/confs/0285 diff --git a/test/confs/0285 b/test/confs/0285 index 8b0ada1f1..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,10 +31,17 @@ all: begin transports smtp: - driver = smtp - port = PORT_S + driver = smtp + port = PORT_S hosts_try_fastopen = : - max_rcpt = 2 + 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