Use %ld not %l
[exim.git] / test / confs / 4525
index 3a843b99eafa4a4f770e764a6e7a634fe5ca69fb..e254a7b352a943b33c879871b6de836178cb713e 100644 (file)
@@ -4,16 +4,15 @@ SERVER=
 OPT=
 FAKE =
 
-keep_environment = PATH:EXIM_TESTHARNESS_DISABLE_OCSPVALIDITYCHECK
-add_environment = SSLKEYLOGFILE=/home/jgh/git/exim/test/spool/sslkeys
+keep_environment = PATH
 exim_path = EXIM_PATH
 host_lookup_order = bydns
-spool_directory = /home/jgh/git/exim/test/spool
+spool_directory = DIR/spool
 
 .ifdef SERVER
-log_file_path = /home/jgh/git/exim/test/spool/log/SERVER%slog
+log_file_path = DIR/spool/log/SERVER%slog
 .else
-log_file_path = /home/jgh/git/exim/test/spool/log/%slog
+log_file_path = DIR/spool/log/%slog
 .endif
 
 gecos_pattern = ""
@@ -21,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
@@ -69,6 +65,7 @@ send_to_server:
   allow_localhost
   hosts = HOSTIPV4
   port = PORT_D
+  hosts_try_fastopen = :
 
 .ifdef FILTER
   transport_filter =   /bin/cat - DIR/aux-fixed/TESTNUM.mlistfooter
@@ -108,6 +105,7 @@ send_to_server:
 file:
   driver =     appendfile
   file =       DIR/test-mail/$local_part
+  create_file =        DIR/test-mail
   user =       CALLER
 
 # End