Testsuite: explicitly disable TFO in transports
[exim.git] / test / confs / 0215
index b513fcd6c18148fe2b7d6ee195083a3638e4b23e..2758b07c9e2eec7513e6b99e4caa26193c22edf2 100644 (file)
@@ -1,15 +1,12 @@
 # Exim test configuration 0215
 
 IGNORE_QUOTA=false
+AUTHS=
+AUTHF=
+
+.include DIR/aux-var/std_conf_prefix
 
-exim_path = EXIM_PATH
-host_lookup_order = bydns
 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 -----
 
@@ -43,8 +40,11 @@ lmtp:
   allow_localhost
   hosts = 127.0.0.1
   port = PORT_S
+  hosts_try_fastopen = :
   protocol = LMTP
   lmtp_ignore_quota = IGNORE_QUOTA
+  AUTHS
+  AUTHF
 
 
 # ----- Retry -----