Logging: add I= element to transport-defer lines. Bug 2675
[exim.git] / test / confs / 0146
index ae08e6ae2d027a82ba00e53b7f23ef76a954b87b..8039ebdfa2b61203223feb5f87592a2a6b8b0e46 100644 (file)
@@ -1,13 +1,9 @@
 # Exim test configuration 0146
 
-exim_path = EXIM_PATH
-host_lookup_order = bydns
-primary_hostname = myhost.test.ex
+.include DIR/aux-var/std_conf_prefix
+
 qualify_domain = test.ex
-spool_directory = DIR/spool
-log_file_path = DIR/spool/log/%slog
-gecos_pattern = ""
-gecos_name = CALLER_NAME
+primary_hostname = myhost.test.ex
 
 # ----- Main settings -----
 
@@ -31,6 +27,7 @@ begin transports
 
 smtp:
   driver = smtp
+  hosts_try_fastopen = :
 
 
 # End