SRS: avoid expanding ${srs_encode...} when guarded by ${if...}
[exim.git] / test / confs / 5205
index 74bab74e770649fde981291eaf44d96e2f552f7c..4eeee700036d4729ebe81e23c6f6448e1e508ed7 100644 (file)
@@ -1,13 +1,7 @@
 # Exim test configuration 5205
 
-exim_path = EXIM_PATH
-keep_environment =
-host_lookup_order = bydns
-spool_directory = DIR/spool
-log_file_path = DIR/spool/log/%slog
-gecos_pattern = ""
-gecos_name = CALLER_NAME
-tls_advertise_hosts =
+.include DIR/aux-var/std_conf_prefix
+
 
 # ----- Main settings -----
 
@@ -33,5 +27,6 @@ begin transports
 smtp:
   driver = smtp
   port = PORT_S
+  hosts_try_fastopen = :
 
 # End