Testsuite: explicitly disable TFO in transports
[exim.git] / test / confs / 3404
index 2a235ed95b86662391bf4f6018eb188925c6f881..73cb524b0f1ebb2337a7aa78a444b15eae32e472 100644 (file)
@@ -1,13 +1,8 @@
 # Exim test configuration 3404
 
-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
-tls_advertise_hosts =
 
 # ----- Main settings -----
 
@@ -48,8 +43,9 @@ begin transports
 
 smtp:
   driver = smtp
-  hosts_try_auth = *
   port = PORT_S
+  hosts_try_fastopen = :
+  hosts_try_auth = *
 
 
 # ----- Retry -----