Logging: add I= element to transport-defer lines. Bug 2675
[exim.git] / test / confs / 0033
index 825126bb7d51272e48a8667c933e3dad5a568329..c6bf4d32e79ea58c4a108e15a2319490de234df0 100644 (file)
@@ -1,14 +1,8 @@
 # Exim test configuration 0033
 
-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 -----
 
@@ -44,5 +38,6 @@ begin transports
 smtp:
   driver = smtp
   port = PORT_S
+  hosts_try_fastopen = :
 
 # End