X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/d4dc049f9a9e80ac3a470fd644418668eefedecb..dd9ac646fe6c458b02f19e58981a1344fe2a5c19:/test/confs/0183 diff --git a/test/confs/0183 b/test/confs/0183 index 6699237a2..d55e5799f 100644 --- a/test/confs/0183 +++ b/test/confs/0183 @@ -10,6 +10,15 @@ dns_ipv4_lookup = * queue_run_in_order +# ----- ACL ----- + +begin acl + +delay: + accept + delay = 3s + message = y + # ----- Routers ----- begin routers @@ -31,6 +40,13 @@ useryz: lookuphost: driver = dnslookup + local_parts = !userd + transport = smtp + no_more + +delay: + driver = dnslookup + condition = ${acl {delay}} transport = smtp no_more @@ -41,6 +57,7 @@ begin transports smtp: driver = smtp + hosts_try_fastopen = : # End