Testsuite: better restriction of parallel 2-stage-queue-runners
[exim.git] / test / confs / 3501
index 690979a2d4d0b080b6cb19c04de856976c6b338f..b283a2d0dac933b47185d83dba2a2190ee2f6f23 100644 (file)
@@ -1,14 +1,8 @@
 # Exim test configuration 3501
 
-exim_path = EXIM_PATH
-keep_environment =
-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
-tls_advertise_hosts =
 
 # ----- Main settings -----
 
@@ -49,14 +43,16 @@ begin transports
 
 smtp_try:
   driver = smtp
-  hosts_try_auth = *
   port = PORT_S
+  hosts_try_fastopen = :
+  hosts_try_auth = *
   authenticated_sender = ${if eq{$local_part}{forcesender}{force@x.y.z}fail}
 
 smtp_force:
   driver = smtp
-  hosts_require_auth = *
   port = PORT_S
+  hosts_try_fastopen = :
+  hosts_require_auth = *
 
 
 # ----- Retry -----