X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=test%2Fconfs%2F4020;h=05c95a571510bb2992f7da92e52eb50110fb3eb1;hb=07738d610fd70638835db7b12cf158e71a7346e3;hp=8e2f6b0527caa2f729a4fcb2d0151f05e11ebdcd;hpb=23f3dc67a13f71bb8fdf2930052d3fdce85e9774;p=exim.git diff --git a/test/confs/4020 b/test/confs/4020 index 8e2f6b052..05c95a571 100644 --- a/test/confs/4020 +++ b/test/confs/4020 @@ -2,17 +2,14 @@ OPT = -exim_path = EXIM_PATH -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 ----- +log_selector = +proxy +outgoing_port + domainlist local_domains = test.ex : *.test.ex acl_smtp_rcpt = accept @@ -35,11 +32,12 @@ my_main_router: begin transports my_smtp: - driver = smtp - interface = HOSTIPV4 - port = PORT_S - socks_proxy = 127.0.0.1 port=PORT_S 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