Logging: add I= element to transport-defer lines. Bug 2675
[exim.git] / test / confs / 0561
index 801afbd34d4726d2a39b66b7b6186ca00640d7d8..7095eb2e63b9ff62dc2ee6a56895c84d72faeeda 100644 (file)
@@ -2,14 +2,9 @@
 
 QOLL=true
 
-exim_path = EXIM_PATH
-host_lookup_order = bydns
+.include DIR/aux-var/std_conf_prefix
+
 primary_hostname = myhost.test.ex
-rfc1413_query_timeout = 0s
-spool_directory = DIR/spool
-log_file_path = DIR/spool/log/%slog
-gecos_pattern = ""
-gecos_name = CALLER_NAME
 
 # ----- Main settings -----
 
@@ -38,6 +33,6 @@ begin transports
 t1:
   driver = smtp
   port = PORT_D
-  interface = 127.0.0.1
+  hosts_try_fastopen = :
 
 # End