Testsuite: avoid using STARTTLS in a non-TLS testcase
[exim.git] / test / confs / 2116
index 14a2d1eed253eba0ed016312ab971e4e2c284ce5..77a6712612cdde8087ee5fedc821c51a37b58b15 100644 (file)
@@ -1,12 +1,7 @@
 # Exim test configuration 2116
 
-exim_path = EXIM_PATH
-host_lookup_order = bydns
-rfc1413_query_timeout = 0s
-spool_directory = DIR/spool
-log_file_path = DIR/spool/log/%slog
-gecos_pattern = ""
-gecos_name = CALLER_NAME
+.include DIR/aux-var/std_conf_prefix
+
 
 # ----- Main settings -----
 
@@ -32,8 +27,9 @@ begin transports
 smtp:
   driver = smtp
   command_timeout = 1s
-  hosts_require_tls = 127.0.0.1
   port = PORT_S
+  hosts_try_fastopen = :
+  hosts_require_tls = 127.0.0.1
 
 
 # ----- Retry -----