X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/23f3dc67a13f71bb8fdf2930052d3fdce85e9774..eb09d0da1fb995ad88f9a1c2998766c3e530be68:/test/confs/0183 diff --git a/test/confs/0183 b/test/confs/0183 index 65643d477..d55e5799f 100644 --- a/test/confs/0183 +++ b/test/confs/0183 @@ -1,13 +1,8 @@ # Exim test configuration 0183 -exim_path = EXIM_PATH -host_lookup_order = bydns +.include DIR/aux-var/std_conf_prefix + primary_hostname = myhost.test.ex -spool_directory = DIR/spool -log_file_path = DIR/spool/log/%slog -gecos_pattern = "" -gecos_name = CALLER_NAME -tls_advertise_hosts = # ----- Main settings ----- @@ -15,6 +10,15 @@ dns_ipv4_lookup = * queue_run_in_order +# ----- ACL ----- + +begin acl + +delay: + accept + delay = 3s + message = y + # ----- Routers ----- begin routers @@ -36,6 +40,13 @@ useryz: lookuphost: driver = dnslookup + local_parts = !userd + transport = smtp + no_more + +delay: + driver = dnslookup + condition = ${acl {delay}} transport = smtp no_more @@ -46,6 +57,7 @@ begin transports smtp: driver = smtp + hosts_try_fastopen = : # End