Docs: CVE note
[exim.git] / test / confs / 0334
index 54c547db369b50e69fe196cfe4199b695652ac3c..dc4e8a07b972a5d917c39e8a4fd6116c623f7963 100644 (file)
@@ -1,13 +1,8 @@
 # Exim test configuration 0334
 
-exim_path = EXIM_PATH
-host_lookup_order = bydns
+.include DIR/aux-var/std_conf_prefix
+
 primary_hostname = myhost.test.ex
-rfc1413_query_timeout = 0s
-spool_directory = DIR/spool
-log_file_path = DIR/spool/log/%slog
-gecos_pattern = ""
-gecos_name = CALLER_NAME
 
 # ----- Main settings -----
 
@@ -30,6 +25,7 @@ begin transports
 
 t1:
   driver = smtp
+  hosts_try_fastopen = :
 
 
 # ----- Retry -----