Testsuite: explicitly disable TFO in transports
[users/jgh/exim.git] / test / confs / 0033
index e8e995044c8c2a9e40ae08c88f3fe86dcf916203..c6bf4d32e79ea58c4a108e15a2319490de234df0 100644 (file)
@@ -1,19 +1,13 @@
 # Exim test configuration 0033
 
-exim_path = EXIM_PATH
-host_lookup_order = bydns
+.include DIR/aux-var/std_conf_prefix
+
 primary_hostname = myhost.test.ex
-rfc1413_query_timeout = 0s
-spool_directory = DIR/spool
-log_file_path = DIR/spool/log/%slog
-gecos_pattern = ""
-gecos_name = CALLER_NAME
 
 # ----- Main settings -----
 
 domainlist local_domains = test.ex : *.test.ex
 
-
 # ----- Routers -----
 
 begin routers
@@ -44,5 +38,6 @@ begin transports
 smtp:
   driver = smtp
   port = PORT_S
+  hosts_try_fastopen = :
 
 # End