Testsuite: handle RC tagging convention
[exim.git] / test / confs / 0342
index be285fd7738f9c1d5eeb1ad4d91852d6691389f9..b6bc47eda3a0ef6e33de386723a5137a9e400a20 100644 (file)
@@ -1,12 +1,8 @@
 # Exim test configuration 0342
 
-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 -----
 
@@ -39,6 +35,7 @@ begin transports
 
 remote_smtp:
   driver = smtp
+  hosts_try_fastopen = :
 
 
 # ----- Retry -----