X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/2081aac24b67f3f3f34389aadc06354abcad0cad..a1ebfb2e46e13ee87afc91856a4af38175735d74:/test/confs/4020 diff --git a/test/confs/4020 b/test/confs/4020 index dc0db460e..763acc15a 100644 --- a/test/confs/4020 +++ b/test/confs/4020 @@ -43,10 +43,16 @@ my_smtp: driver = smtp interface = HOSTIPV4 port = PORT_S +.ifdef FALLBACK + socks_proxy = ${if eq {1}{1} {}} +.else hide socks_proxy = HOSTIPV4 port=PORT_D OPT +.endif hosts_try_fastopen = ${if eq {$local_part}{user_tfo} {*}} debug_print = transport_name <$transport_name> +.ifdef _HAVE_EVENT event_action = ${if eq {smtp:connect}{$event_name} {${acl {logger}}} {}} +.endif # End