Logging: add I= element to transport-defer lines. Bug 2675
[exim.git] / test / confs / 0463
index 8f3a31101b87a0db12b055034050a174600c1693..686e180e39bbf8832f86d74fe0a1e8674d3b9d9e 100644 (file)
@@ -1,12 +1,8 @@
 # Exim test configuration 0463
 
-exim_path = EXIM_PATH
-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
 
 # ----- Main settings -----
 
@@ -31,5 +27,6 @@ begin transports
 smtp:
   driver = smtp
   port = PORT_S
+  hosts_try_fastopen = :
 
 # End