Testsuite: avoid using STARTTLS in a non-TLS testcase
[exim.git] / test / confs / 0099
index 0b4c1372b4d17dff0ae39e39b2e2c672fa3b7996..6a59d5994dc6653b988a1c88d96d01e8b39a89bb 100644 (file)
@@ -2,13 +2,8 @@
 
 RETRY =
 
-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 -----
 
@@ -24,7 +19,7 @@ begin routers
 
 bydns:
   driver = dnslookup
-  domains = mxt2.test.ex
+  domains = mxt2.test.ex : mxnonexist.test.ex
   transport = smtp
   fail_defer_domains = *
 
@@ -45,7 +40,8 @@ begin transports
 
 smtp:
   driver = smtp
-  port = 999
+  port = PORT_N
+  hosts_try_fastopen = :
   RETRY
 
 
@@ -69,7 +65,7 @@ rcpt4xx.test.ex              rcpt_4xx      F,10d,1m
 *@@                          *             F,5d,6m
 lsearch*@;DIR/aux-fixed/TESTNUM.rlist  *             F,1d,3m
 *.star.ex                    *             F,3d,10m
-!*.not.ex                    *             F,2d,15m
+!*.not.ex                    *             F,2d,20m
 *                            *             F,12d,150m
 
 # End