readsocket expansion: response caching
[users/jgh/exim.git] / test / confs / 0460
index 52628ab25aa7f36af93e1e13e68c19ec7eaff9ac..4918700f9c6f51f661814d5010f893d77002ccad 100644 (file)
@@ -8,6 +8,8 @@ primary_hostname = myhost.test.ex
 # ----- Main settings -----
 
 qualify_domain = test.ex
+queue_only
+queue_run_in_order
 
 acl_smtp_rcpt = accept
 
@@ -27,7 +29,7 @@ begin transports
 
 t1:
   driver = appendfile
-  file = DIR/test-mail/$local_part
+  file = DIR/test-mail/${bless:$local_part}
   user = CALLER
 
 # End