X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/4fab92fbc2b63bac2d89c1dae69fa1845cb640b7..4e9ed49f8f12eb331b29bd5b6dc3693c520fddc2:/test/confs/4020 diff --git a/test/confs/4020 b/test/confs/4020 index 8dfd46888..dc0db460e 100644 --- a/test/confs/4020 +++ b/test/confs/4020 @@ -5,6 +5,7 @@ OPT = .include DIR/aux-var/std_conf_prefix primary_hostname = myhost.test.ex +queue_run_in_order # ----- Main settings ----- @@ -14,6 +15,13 @@ domainlist local_domains = test.ex : *.test.ex acl_smtp_rcpt = accept +# ----- ACL ----- + +begin acl + +logger: + accept logwrite = pla $proxy_local_address plp $proxy_local_port pea $proxy_external_address pep $proxy_external_port + # ----- Routers ----- begin routers @@ -32,11 +40,13 @@ 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 = HOSTIPV4 port=PORT_D OPT + hosts_try_fastopen = ${if eq {$local_part}{user_tfo} {*}} + debug_print = transport_name <$transport_name> + event_action = ${if eq {smtp:connect}{$event_name} {${acl {logger}}} {}} # End