Testsuite: fix case for TLS library differences
[exim.git] / test / confs / 0344
index 9483069ade6dddc468deef23d046f35620c5d485..794e85eb3c3f6a83de06a01285887e952e71e598 100644 (file)
@@ -1,12 +1,8 @@
 # Exim test configuration 0344
 
-exim_path = EXIM_PATH
-host_lookup_order = bydns
+.include DIR/aux-var/std_conf_prefix
+
 primary_hostname = myhost.test.ex
-spool_directory = DIR/spool
-log_file_path = DIR/spool/log/%slog
-gecos_pattern = ""
-gecos_name = CALLER_NAME
 
 # ----- Main settings -----
 
@@ -36,15 +32,19 @@ begin transports
 
 t1:
   driver = smtp
+  hosts_try_fastopen = :
 
 t2:
   driver = smtp
+  hosts_try_fastopen = :
 
 t3:
   driver = smtp
+  hosts_try_fastopen = :
 
 t4:
   driver = smtp
+  hosts_try_fastopen = :
 
 
 # ----- Retry -----