Tweak debug output
[exim.git] / test / confs / 0190
index f8851fc8b27659799d3a9474b4f026850982db26..cdddae5f828920cbaec6e1ba39ebaeaa6e0e5dea 100644 (file)
@@ -1,12 +1,7 @@
 # Exim test configuration 0190
 
-exim_path = EXIM_PATH
-host_lookup_order = bydns
-rfc1413_query_timeout = 0s
-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 -----
 
@@ -90,11 +85,12 @@ smtp:
   max_rcpt = 1
   connection_max_messages = 1
   port = PORT_S
+  hosts_try_fastopen = :
 
 smtp2:
   driver = smtp
   port = PORT_S
-  interface = ${if eq {$host}{127.0.0.1} {127.0.0.1}}
+  hosts_try_fastopen = :
 
 smtp3:
   driver = smtp
@@ -102,7 +98,7 @@ smtp3:
   max_rcpt = 2
   connection_max_messages = 1
   port = PORT_S
-  interface = ${if eq {$host}{127.0.0.1} {127.0.0.1}}
+  hosts_try_fastopen = :
 
 
 # ----- Retry -----