Logging: add I= element to transport-defer lines. Bug 2675
[exim.git] / test / confs / 0467
index 56011f4a342ec85a103a4f0fcec53b45a169faee..0104face20a0dbdea19c808fedffa1b444d5b28f 100644 (file)
@@ -2,14 +2,9 @@
 
 SRV=smtp
 
-exim_path = EXIM_PATH
-host_lookup_order = bydns
+.include DIR/aux-var/std_conf_prefix
+
 primary_hostname = myhost.test.ex
-rfc1413_query_timeout = 0s
-spool_directory = DIR/spool
-log_file_path = DIR/spool/log/%slog
-gecos_pattern = ""
-gecos_name = CALLER_NAME
 
 # ----- Main settings -----
 
@@ -32,5 +27,6 @@ begin transports
 
 t1:
   driver = smtp
+  hosts_try_fastopen = :
 
 # End