Logging: add I= element to transport-defer lines. Bug 2675
[exim.git] / test / confs / 3405
index 90576fc5e88907c9ca3baaad315d6e17680ebc78..9f37f016b5192df5ea61581bf6b98e44ff0301c4 100644 (file)
@@ -1,13 +1,8 @@
 # Exim test configuration 3405
 
-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
-tls_advertise_hosts =
 
 # ----- Main settings -----
 
@@ -42,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