X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/43ba45ce62100bc1dbc9b04b5d869f59026783f5..d8fbda7da9eb20f98b89f625e8a77eacc443757d:/test/confs/0624?ds=sidebyside diff --git a/test/confs/0624 b/test/confs/0624 index c8178d22b..a90a0d09a 100644 --- a/test/confs/0624 +++ b/test/confs/0624 @@ -5,20 +5,42 @@ # ----- Main settings ----- -primary_hostname = primaryhostname.ex -hosts_treat_as_local = 46.test.ex -allow_domain_literals +domainlist local_domains = test.ex +qualify_domain = test.ex +log_selector = +received_recipients +outgoing_port +millisec -acl_smtp_rcpt = chk_rcpt +smtp_accept_max_per_host = ${acl {delay}}10 +remote_max_parallel = 3 -# ----- ACL ----- +acl_smtp_rcpt = discard +# ----- ACL ----- begin acl -chk_rcpt: - accept domains = OPT - logwrite = domain $domain - logwrite = value $domain_data - logwrite = \$0 '$0' \$1 '$1' +delay: + accept + logwrite = $sender_host_name + delay = 2s + +# ----- Routers ----- +begin routers +r: + driver = accept + transport = smtp + +# ----- Trnasport ----- +begin transports +smtp: + driver = smtp + hosts = ${if eq {b}{$local_part} {HOSTIPV4}{127.0.0.1}} + port = ${if eq {c}{$local_part} {PORT_D2}{PORT_D}} + allow_localhost + hosts_try_fastopen = + max_rcpt = 1 + +# ----- Retry ----- +begin retry +* * F,5d,1d # End +