X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=test%2Fconfs%2F0183;h=8cd4c82d4549406a4edbf3764a5d688eafb0a24e;hb=979c462ed43bd4f53f61a0031ec22967dea83902;hp=73478f43811f1e75229648ec58bb4e20a09b1cb9;hpb=afda344b580b54a4513569720aec3260cd5ba546;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/test/confs/0183 b/test/confs/0183 index 73478f438..8cd4c82d4 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 -rfc1413_query_timeout = 0s -spool_directory = DIR/spool -log_file_path = DIR/spool/log/%slog -gecos_pattern = "" -gecos_name = CALLER_NAME # ----- 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