X-Git-Url: https://git.exim.org/users/heiko/exim.git/blobdiff_plain/f926e27276301de1e2fd011b7edcd1b85d8c4754..945aca263c27696543d823e36070783e89d1f2f2:/test/confs/0032

diff --git a/test/confs/0032 b/test/confs/0032
index 9d2a0255b..644404d24 100644
--- a/test/confs/0032
+++ b/test/confs/0032
@@ -1,12 +1,8 @@
 # Exim test configuration 0032
 
-exim_path = EXIM_PATH
-host_lookup_order = bydns
+.include DIR/aux-var/std_conf_prefix
+
 primary_hostname = myhost.ex
-spool_directory = DIR/spool
-log_file_path = DIR/spool/log/%slog
-gecos_pattern = ""
-gecos_name = CALLER_NAME
 
 
 # ----- Main settings -----
@@ -37,11 +33,12 @@ local_delivery:
   driver = appendfile
   delivery_date_add
   envelope_to_add
-  file = DIR/test-mail/$local_part
+  file = DIR/test-mail/${bless:$local_part}
   return_path_add
 
 smtp:
   driver = smtp
+  hosts_try_fastopen =	:
 
 
 # End