Routing: dnslookup and manualroute routers: ipv4_only, ipv4_prefer options. Bug...
[exim.git] / test / confs / 5400
index f87f985fd299ce4aa994ada7e093cbfe149e16e9..5a5e60a8836abf90ece32b7a77b09af6e5bfd4a6 100644 (file)
@@ -1,10 +1,17 @@
 # Exim test configuration 5400
 
+# any options on the cutthrough_delivery control
+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 -----