Testsuite: avoid using STARTTLS in a non-TLS testcase
[exim.git] / test / confs / 5206
index 4f960659619309b4025e6a1c16243813e98c5ffa..27aff6eba809a42f6693231f48578806a7d8e64f 100644 (file)
@@ -1,12 +1,7 @@
 # Exim test configuration 5206
 
-exim_path = EXIM_PATH
-host_lookup_order = bydns
-spool_directory = DIR/spool
-log_file_path = DIR/spool/log/%slog
-gecos_pattern = ""
-gecos_name = CALLER_NAME
-tls_advertise_hosts =
+.include DIR/aux-var/std_conf_prefix
+
 
 # ----- Main settings -----
 
@@ -34,6 +29,7 @@ begin transports
 smtp:
   driver = smtp
   port = PORT_S
+  hosts_try_fastopen = :
 
 
 # ----- Retry -----