Testsuite: avoid using STARTTLS in a non-TLS testcase
[exim.git] / test / confs / 0561
index c8ca8a72f01f1ea53b1583f8200f4ff0283088d1..7095eb2e63b9ff62dc2ee6a56895c84d72faeeda 100644 (file)
@@ -2,13 +2,9 @@
 
 QOLL=true
 
-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
 
 # ----- Main settings -----
 
@@ -37,5 +33,6 @@ begin transports
 t1:
   driver = smtp
   port = PORT_D
+  hosts_try_fastopen = :
 
 # End