Feature macros, show-supported and build-time selection for malware interfaces
[exim.git] / test / confs / 5400
index f87f985fd299ce4aa994ada7e093cbfe149e16e9..9be13fea6b4f24184306b74fa786ed8de1092f98 100644 (file)
@@ -1,10 +1,17 @@
 # Exim test configuration 5400
 
+# any options on the cutthrough_delivery contol
+CONTROL=
+
+# optional verify-callout
+OPT=
+
 .include DIR/aux-var/std_conf_prefix
 
 primary_hostname = myhost.test.ex
 
 log_selector = +received_recipients
+queue_only
 
 # ----- Main settings -----
 
@@ -18,7 +25,9 @@ acl_smtp_rcpt = ar
 begin acl
 
 ar:
-       accept control = cutthrough_delivery
+  accept
+       control = cutthrough_deliveryCONTROL
+       OPT
        logwrite = rcpt for $local_part@$domain
 
 # ----- Routers -----