Logging: add I= element to transport-defer lines. Bug 2675
[exim.git] / test / confs / 0203
index 64dd19c4cfc1c43cf64998fc414556b2e7bc79e5..1c197e720703f9f21c7582680b34404181a4d959 100644 (file)
@@ -1,11 +1,7 @@
 # Exim test configuration 0203
 
-exim_path = EXIM_PATH
-host_lookup_order = bydns
-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 -----
 
@@ -33,6 +29,7 @@ begin transports
 smtp:
   driver = smtp
   port = PORT_S
+  hosts_try_fastopen = :
 
 
 # ----- Retry -----