Logging: add I= element to transport-defer lines. Bug 2675
[exim.git] / test / confs / 1008
index c00a672444ea9e777ed6972a5a151d8ac857c2f9..44c7153ffbccede8c553e70fa9abe8be7a540fe2 100644 (file)
@@ -1,12 +1,7 @@
 # Exim test configuration 1008
 
-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 -----
 
@@ -31,6 +26,7 @@ begin transports
 t1:
   driver = smtp
   port = PORT_S
+  hosts_try_fastopen = :
 
 
 # ----- Retry -----