Early-pipe: invalidate cache on a failure of required-auth
[exim.git] / test / confs / 3405
index f1079ac9342327200fa840359d55e92212a78247..9f37f016b5192df5ea61581bf6b98e44ff0301c4 100644 (file)
@@ -1,14 +1,8 @@
 # Exim test configuration 3405
 
-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 -----
 
@@ -43,8 +37,9 @@ begin transports
 
 smtp:
   driver = smtp
+  port = PORT_S
+  hosts_try_fastopen = :
   headers_add = X-TAID: >$authenticated_id<
   hosts_try_auth = *
-  port = PORT_S
 
 # End