SRS: native implementation. Bug 1649
[exim.git] / test / confs / 0183
index 89b735a5efdc90a638d01b7f787c573c669d1de0..8cd4c82d4549406a4edbf3764a5d688eafb0a24e 100644 (file)
@@ -1,12 +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
 
 # ----- Main settings -----
 
@@ -14,6 +10,15 @@ dns_ipv4_lookup = *
 queue_run_in_order
 
 
+# ----- ACL -----
+
+begin acl
+
+delay:
+  accept
+       delay = 3s
+       message = y
+
 # ----- Routers -----
 
 begin routers
@@ -35,6 +40,13 @@ useryz:
 
 lookuphost:
   driver = dnslookup
+  local_parts = !userd
+  transport = smtp
+  no_more
+
+delay:
+  driver = dnslookup
+  condition =  ${acl {delay}}
   transport = smtp
   no_more