Testsuite: testcases for rejected rcpt-callout-triggered cutthrough
[exim.git] / test / confs / 5401
index db018a6d4720bae9f194441f04f25a605c019247..636a3b6142d961cbcca4b5ecdc639f2eb5960d02 100644 (file)
@@ -1,13 +1,14 @@
 # Exim test configuration 5401
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 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
+tls_advertise_hosts =
 
 # ----- Main settings -----
 
@@ -21,7 +22,7 @@ begin acl
 
 acl_rcpt:
     accept     control = cutthrough_delivery
-               verify = recipient
+               verify = recipient/callout=use_sender
 
 
 # ----- Routers -----