hosts_require_helo
[exim.git] / test / confs / 0139
index 13a90df0a231daf2293f377e441d51803d0fe610..34ebb911e22558fcfe188d39d092e4b64ca44d21 100644 (file)
@@ -7,6 +7,7 @@
 
 domainlist local_domains = exim.test.ex
 trusted_users = CALLER
+hosts_require_helo =
 
 acl_smtp_helo = check_helo
 acl_smtp_rcpt = check_recipient
@@ -30,6 +31,7 @@ check_vrfy:
   warn    dnslists = rbl.test.ex!==127.0.0.1
   warn    dnslists = rbl.test.ex!==127.0.0.3
   warn    dnslists = rbl.test.ex!==127.0.0.1,127.0.0.2
+  warn    dnslists = rbl.test.ex
   accept
 
 check_mail:
@@ -80,7 +82,8 @@ local_delivery:
   driver = appendfile
   delivery_date_add
   envelope_to_add
-  file = DIR/test-mail/${bless:$local_part}
+  file = DIR/test-mail/$local_part
+  create_file = DIR/test-mail
   return_path_add
   user = CALLER