Logging: add I= element to transport-defer lines. Bug 2675
[exim.git] / test / confs / 0217
index 44dce1345ba54b41e1aad3e8a67c925e84bd6ebf..9842c3988cba78c1047cb90cc1e601c2cedfa83c 100644 (file)
@@ -2,15 +2,10 @@
 
 HAP=
 
-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 =
+log_selector = +pipelining
 
 # ----- Main settings -----
 
@@ -46,6 +41,7 @@ send_to_server:
   command_timeout = 1s
   hosts = 127.0.0.1
   port = PORT_S
+  hosts_try_fastopen = :
   HAP
   max_rcpt = 1000
 
@@ -54,7 +50,7 @@ send_to_server:
 
 begin retry
 
-* * F,5d,10s
+* *            F,5d,10s
 
 
 # End