Logging: add I= element to transport-defer lines. Bug 2675
[exim.git] / test / confs / 0273
index 557dd51b2711f95591dfe483defc6ca75d7ca877..4acc0a935df9d1f5b7ab19060b7bc31aa45c3c80 100644 (file)
@@ -1,14 +1,8 @@
 # Exim test configuration 0273
 
-exim_path = EXIM_PATH
-keep_environment =
-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
-tls_advertise_hosts =
 
 # ----- Main settings -----
 
@@ -22,6 +16,7 @@ begin transports
 
 t1:
   driver = smtp
+  hosts_try_fastopen = :
 
 # ----- Routers -----