Logging: add I= element to transport-defer lines. Bug 2675
[exim.git] / test / confs / 2016
index fd53a63eb1f2740f758c0be5dab2020adff5e037..ead3a903ba054ad0aed23a3ca80e2dbcb3e40832 100644 (file)
@@ -1,12 +1,7 @@
 # Exim test configuration 2016
 
-exim_path = EXIM_PATH
-host_lookup_order = bydns
-rfc1413_query_timeout = 0s
-spool_directory = DIR/spool
-log_file_path = DIR/spool/log/%slog
-gecos_pattern = ""
-gecos_name = CALLER_NAME
+.include DIR/aux-var/std_conf_prefix
+
 
 # ----- Main settings -----
 
@@ -34,6 +29,7 @@ smtp:
   command_timeout = 1s
   hosts_require_tls = 127.0.0.1
   port = PORT_S
+  hosts_try_fastopen = :
 
 
 # ----- Retry -----