Testsuite: care vs. platform differences in ordering multi-rcpt delivery
[users/jgh/exim.git] / test / confs / 0100
index 6d78adf06d98d544cb2ae91dcd50a44cc300f682..143ff4cfe2e95ef2016381f51beca462237ef137 100644 (file)
@@ -1,11 +1,7 @@
 # Exim test configuration 0100
 
-exim_path = EXIM_PATH
-host_lookup_order = bydns
-spool_directory = DIR/spool
-log_file_path = DIR/spool/log/%slog
-gecos_pattern = ""
-gecos_name = CALLER_NAME
+.include DIR/aux-var/std_conf_prefix
+
 
 # ----- Main settings -----
 
@@ -76,10 +72,12 @@ begin transports
 smtp:
   driver = smtp
   port = PORT_S
+  hosts_try_fastopen = :
 
 filtered_smtp:
   driver = smtp
   port = PORT_S
+  hosts_try_fastopen = :
   transport_filter = /bin/sh -c "echo 'X-Filtered: just checking'; cat"
 
 local_delivery: