X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=test%2Fconfs%2F4020;h=05c95a571510bb2992f7da92e52eb50110fb3eb1;hb=bce15b62182d356f86e7a0bdbb513cbb22de1a20;hp=d37b0d8fcc75092a3226761d8fccde5f84bfe4a8;hpb=bc3c7bb7d4aba3e563434e5627fe1f2176aa18c0;p=exim.git diff --git a/test/confs/4020 b/test/confs/4020 index d37b0d8fc..05c95a571 100644 --- a/test/confs/4020 +++ b/test/confs/4020 @@ -2,15 +2,9 @@ OPT = -exim_path = EXIM_PATH -keep_environment = -hide host_lookup_order = bydns +.include DIR/aux-var/std_conf_prefix + primary_hostname = myhost.test.ex -spool_directory = DIR/spool -log_file_path = DIR/spool/log/%slog -gecos_pattern = "" -gecos_name = CALLER_NAME -tls_advertise_hosts = # ----- Main settings ----- @@ -38,11 +32,12 @@ my_main_router: begin transports my_smtp: - driver = smtp - interface = HOSTIPV4 - port = PORT_S - hide socks_proxy = 127.0.0.1 port=PORT_D OPT - debug_print = transport_name <$transport_name> + driver = smtp + interface = HOSTIPV4 + port = PORT_S + hide socks_proxy = 127.0.0.1 port=PORT_D OPT + hosts_try_fastopen = ${if eq {$local_part}{user_tfo} {*}} + debug_print = transport_name <$transport_name> # End