X-Git-Url: https://git.exim.org/users/heiko/exim.git/blobdiff_plain/f926e27276301de1e2fd011b7edcd1b85d8c4754..4ac2988b554c6817acd0233c7a5c8a72698b8474:/test/confs/5204?ds=sidebyside

diff --git a/test/confs/5204 b/test/confs/5204
index 5cf753aeb..a6812213b 100644
--- a/test/confs/5204
+++ b/test/confs/5204
@@ -2,13 +2,9 @@
 
 COMMAND_USER=EXIMUSER
 
-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
 
 # ----- Main settings -----
 
@@ -55,9 +51,11 @@ begin transports
 
 smtp:
   driver = smtp
+  hosts_try_fastopen =	:
 
 other_smtp:
   driver = smtp
+  hosts_try_fastopen =	:
 
 null:
   driver = appendfile
@@ -66,7 +64,7 @@ null:
 
 local_delivery:
   driver = appendfile
-  file = DIR/test-mail/$local_part
+  file = DIR/test-mail/${bless:$local_part}
   user = CALLER