X-Git-Url: https://git.exim.org/users/heiko/exim.git/blobdiff_plain/ff6dccc43b493a7f3aad49d4feaca9fb393b0c3f..361615d1e97b82f4797381b749bc5977d7a1d66b:/test/confs/0566

diff --git a/test/confs/0566 b/test/confs/0566
index 83e97fb18..4692b22b1 100644
--- a/test/confs/0566
+++ b/test/confs/0566
@@ -1,14 +1,9 @@
 # Exim test configuration 0566
 
-exim_path = EXIM_PATH
-host_lookup_order = bydns
-primary_hostname = myhost.test.ex
-rfc1413_query_timeout = 0s
-spool_directory = DIR/spool
-log_file_path = DIR/spool/log/%slog
+.include DIR/aux-var/std_conf_prefix
+
 log_selector = +8bitmime
-gecos_pattern = ""
-gecos_name = CALLER_NAME
+primary_hostname = myhost.test.ex
 
 # ----- Main settings -----
 
@@ -60,7 +55,7 @@ dev_null:
 
 local_delivery:
   driver = appendfile
-  file = DIR/test-mail/$local_part
+  file = DIR/test-mail/${bless:$local_part}
   user = CALLER
 
 # End