Testtsuite: portability
[exim.git] / test / confs / 0566
index 83e97fb18ce90e898d38bb60b88b939fa00dc36b..4692b22b1d1e561b1b6a505ca81b1223e02ada44 100644 (file)
@@ -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