Testsuite: separate cases for TLS resumption with/out OCSP
[users/heiko/exim.git] / test / confs / 0032
index fc2f22cd247b88901122405808c36250b58d860f..644404d241182c1b9854bc68c85572a508530105 100644 (file)
@@ -1,13 +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
-rfc1413_query_timeout = 0s
-spool_directory = DIR/spool
-log_file_path = DIR/spool/log/%slog
-gecos_pattern = ""
-gecos_name = CALLER_NAME
 
 
 # ----- Main settings -----
@@ -38,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