Testsuite: more tidying for Alpine
[exim.git] / test / confs / 0028
index 6308f8358693962733925454af6715df6d1251ea..caebac0ce573ee48ef00ae13b2f1a146c805d055 100644 (file)
@@ -1,14 +1,8 @@
 # Exim test configuration 0028
 
-exim_path = EXIM_PATH
-keep_environment =
-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 -----
 
@@ -60,7 +54,7 @@ dev_null:
 
 local_delivery:
   driver = appendfile
-  file = DIR/test-mail/$local_part
+  file = DIR/test-mail/${bless:$local_part}
   user = CALLER
 
 # End