X-Git-Url: https://git.exim.org/users/jgh/exim.git/blobdiff_plain/7eb59ff94f571a06e5dab25e417979095d569495..e851856fc72bf126f7b649a007fb7040140d5d3c:/test/confs/0190 diff --git a/test/confs/0190 b/test/confs/0190 index 3b34b0cad..cdddae5f8 100644 --- a/test/confs/0190 +++ b/test/confs/0190 @@ -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,10 +85,12 @@ smtp: max_rcpt = 1 connection_max_messages = 1 port = PORT_S + hosts_try_fastopen = : smtp2: driver = smtp port = PORT_S + hosts_try_fastopen = : smtp3: driver = smtp @@ -101,6 +98,7 @@ smtp3: max_rcpt = 2 connection_max_messages = 1 port = PORT_S + hosts_try_fastopen = : # ----- Retry -----