debian experimental exim-daemon-heavy config
[exim.git] / test / confs / 0202
index f7a51edd43574d8ae07f7312f7bc7f1f5f1461bf..92a2dce66b822b9b24eb5c0535a20d225bb54b20 100644 (file)
@@ -1,13 +1,7 @@
 # Exim test configuration 0202
 
-exim_path = EXIM_PATH
-keep_environment =
-host_lookup_order = bydns
-spool_directory = DIR/spool
-log_file_path = DIR/spool/log/%slog
-gecos_pattern = ""
-gecos_name = CALLER_NAME
-tls_advertise_hosts =
+.include DIR/aux-var/std_conf_prefix
+
 
 # ----- Main settings -----
 
@@ -37,7 +31,7 @@ begin transports
 
 local_delivery:
   driver = appendfile
-  file = DIR/test-mail/$local_part
+  file = DIR/test-mail/${bless:$local_part}
   user = CALLER
 
 # End