Logging: add I= element to transport-defer lines. Bug 2675
[exim.git] / test / confs / 5103
index d9ed330faa5d6166b9bc1d6a4d02bb3ba18886a7..e9ac80c6aa8063cb84f2c93e52cbd8ddc98647ac 100644 (file)
@@ -1,13 +1,8 @@
 # Exim test configuration 5103
 
-exim_path = EXIM_PATH
-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 -----
 
@@ -18,7 +13,7 @@ begin routers
 
 r1:
   driver = accept
-  transport = $h_transport:
+  transport = t1
 
 
 # ----- Transports -----