Testsuite: explicitly disable TFO in transports
[users/jgh/exim.git] / test / confs / 0145
index ed7b7bf86e7cfe92fe68e4b6360edcd8d013e546..c7d8c8612b0178eea12307e852b4cdf8982d52c4 100644 (file)
@@ -1,14 +1,9 @@
 # Exim test configuration 0145
 
-exim_path = EXIM_PATH
-host_lookup_order = bydns
-primary_hostname = myhost.test.ex
+.include DIR/aux-var/std_conf_prefix
+
 qualify_domain = test.ex
-rfc1413_query_timeout = 0s
-spool_directory = DIR/spool
-log_file_path = DIR/spool/log/%slog
-gecos_pattern = ""
-gecos_name = CALLER_NAME
+primary_hostname = myhost.test.ex
 
 # ----- Main settings -----
 
@@ -40,6 +35,7 @@ begin transports
 
 smtp:
   driver = smtp
+  hosts_try_fastopen = :
 
 
 # ----- Retry -----