Testsuite: bounce_message_file and warn_message_file
[exim.git] / test / confs / 1002
index f39ea1e9ba7f1c014c34ee80e7dcbe675aee2583..2ddf2a888101babb3a29756ad41f6f798c0a742e 100644 (file)
@@ -1,14 +1,8 @@
 # Exim test configuration 1002
 
-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 -----
 
@@ -79,7 +73,7 @@ dev_null:
 
 local_delivery:
   driver = appendfile
-  file = DIR/test-mail/$local_part
+  file = DIR/test-mail/${bless:$local_part}
   user = CALLER
 
 # End