Use %ld not %l
[exim.git] / test / confs / 4525
index a5b7f2cd05927dd95fd2a2b2d08554e77ce690e9..e254a7b352a943b33c879871b6de836178cb713e 100644 (file)
@@ -20,9 +20,6 @@ gecos_name = CALLER_NAME
 dns_cname_loops = 9
 chunking_advertise_hosts = *
 
-.ifdef _HAVE_REQTLS
-tls_advertise_requiretls =
-.endif
 .ifdef _HAVE_PIPE_CONNECT
 pipelining_connect_advertise_hosts = :
 .endif
@@ -107,7 +104,8 @@ send_to_server:
 
 file:
   driver =     appendfile
-  file =       DIR/test-mail/${bless:$local_part}
+  file =       DIR/test-mail/$local_part
+  create_file =        DIR/test-mail
   user =       CALLER
 
 # End