Testsuite: build a generic tls enabled client: client-anytls
[exim.git] / test / confs / 0025
index f17e0d5b2f27be23dd00cba20dcdace73c99f413..f2d987e1340e676bcf821633383261255ecaf6c8 100644 (file)
@@ -1,12 +1,8 @@
 # Exim test configuration 0025
 
-exim_path = EXIM_PATH
-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
 
 # ----- Main settings -----
 
@@ -56,7 +52,7 @@ dev_null:
 
 local_delivery:
   driver = appendfile
-  file = DIR/test-mail/$local_part
+  file = DIR/test-mail/${bless:$local_part}
   user = CALLER
 
 # End