Logging: add I= element to transport-defer lines. Bug 2675
[exim.git] / test / confs / 0367
index f9a8d1ca559e562cdc2836ede6d89e6b944255a1..911c3dd1cf60d524bbe50bb4fa614592a50f213c 100644 (file)
@@ -1,12 +1,7 @@
 # Exim test configuration 0367
 
-exim_path = EXIM_PATH
-host_lookup_order = bydns
-rfc1413_query_timeout = 0s
-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 +28,7 @@ begin transports
 smtp:
   driver = smtp
   port = PORT_S
+  hosts_try_fastopen = :
 
 
 # ----- Retry -----