X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/23f3dc67a13f71bb8fdf2930052d3fdce85e9774..c68dd63514daee71b12bb62c04400dc2f8116d96:/test/confs/0366 diff --git a/test/confs/0366 b/test/confs/0366 index ec639aee7..84ac2e3ce 100644 --- a/test/confs/0366 +++ b/test/confs/0366 @@ -2,13 +2,8 @@ HOSTS_MAX_TRY=5 -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 -tls_advertise_hosts = +.include DIR/aux-var/std_conf_prefix + # ----- Main settings ----- @@ -34,6 +29,7 @@ smtp: connect_timeout = 1s hosts_max_try = HOSTS_MAX_TRY port = PORT_N + hosts_try_fastopen = : # ----- Retry ----- @@ -43,7 +39,7 @@ smtp: begin retry -^[^@]+@ten- * F,2s,1s -* * F,2s,1s +^[^@]+@ten- * F,4s,1s +* * F,4s,1s # End