Testsuite: platform differences
[exim.git] / test / confs / 0392
index d7b0dc7e1ef28be89b6b5f342032673abbe5c80c..95feb39bdf30ccd0dd089f7a26a20952bd43af51 100644 (file)
@@ -1,13 +1,8 @@
 # Exim test configuration 0392
 
-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 -----
 
@@ -33,9 +28,11 @@ begin transports
 
 t1:
   driver = smtp
+  hosts_try_fastopen = :
 
 t2:
   driver = smtp
+  hosts_try_fastopen = :
 
 
 # End