]> git.netwichtig.de Git - user/henk/code/exim.git/blobdiff - test/confs/2200
Use long names for the _DRIVER_*, and _OPT_* macros
[user/henk/code/exim.git] / test / confs / 2200
index 3bef13363455a0ef1d5eae823889852815f94167..904ccfb18e5db2884212fff80c5c3f5f9d74a3fd 100644 (file)
@@ -1,11 +1,24 @@
 # Exim test configuration 2200
+# Check for dnsdb cache TTL handling
+
+.include DIR/aux-var/std_conf_prefix
 
-exim_path = EXIM_PATH
-host_lookup_order = bydns
 primary_hostname = myhost.test.ex
-spool_directory = DIR/spool
-log_file_path = DIR/spool/log/%slog
-gecos_pattern = ""
-gecos_name = CALLER_NAME
+
+# ----- Main settings -----
+
+acl_not_smtp = check_rcpt
+queue_only
+
+begin acl
+
+check_rcpt:
+  warn
+       set acl_m1 =    ${map {<,$recipients} \
+                               {${lookup dnsdb{a=${domain:$item}}{$value}fail}}}
+       delay =         4s
+       set acl_m1 =    ${map {<,$recipients} \
+                               {${lookup dnsdb{a=${domain:$item}}{$value}fail}}}
+  accept
 
 # End