X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/7eb59ff94f571a06e5dab25e417979095d569495..7a534c812646a7a6f680827352d6209c6ff7be96:/test/confs/0210 diff --git a/test/confs/0210 b/test/confs/0210 index 486f1ae3d..3e5661ccb 100644 --- a/test/confs/0210 +++ b/test/confs/0210 @@ -1,12 +1,7 @@ # Exim test configuration 0210 -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 ----- @@ -49,7 +44,7 @@ bsmtp_local_delivery: message_prefix = "HELO x.y.z\n" delivery_date_add envelope_to_add - file = DIR/test-mail/$local_part + file = DIR/test-mail/${bless:$local_part} return_path_add user = CALLER @@ -67,6 +62,7 @@ bsmtp_smtp: allow_localhost hosts = 127.0.0.1 port = PORT_S + hosts_try_fastopen = : # ----- Retry -----