From 9d783bb9f39bca59e720d0c543499b372c412441 Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Sun, 6 Jun 2021 19:58:48 +0100 Subject: Observability: listen queue backlog --- test/confs/0624 | 1 + test/confs/0625 | 45 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 46 insertions(+) create mode 100644 test/confs/0625 (limited to 'test/confs') diff --git a/test/confs/0624 b/test/confs/0624 index 2ffd0a18e..70f0c2024 100644 --- a/test/confs/0624 +++ b/test/confs/0624 @@ -34,6 +34,7 @@ smtp: hosts = 127.0.0.1 port = ${if eq {c}{$local_part} {PORT_D2}{PORT_D}} allow_localhost + hosts_try_fastopen = max_rcpt = 1 # ----- Retry ----- diff --git a/test/confs/0625 b/test/confs/0625 new file mode 100644 index 000000000..ff200a1f2 --- /dev/null +++ b/test/confs/0625 @@ -0,0 +1,45 @@ +# Exim test configuration 0625 + +.include DIR/aux-var/std_conf_prefix + +# ----- Main settings ----- + +domainlist local_domains = test.ex +qualify_domain = test.ex +log_selector = +received_recipients +outgoing_port +millisec +smtp_backlog_monitor = 1 + +smtp_accept_max_per_host = ${acl {delay}}10 +remote_max_parallel = 3 + +acl_smtp_rcpt = discard + +# ----- ACL ----- +begin acl + +delay: + accept + delay = 2s + +# ----- Routers ----- +begin routers +r: + driver = accept + transport = smtp + +# ----- Trnasport ----- +begin transports +smtp: + driver = smtp + hosts = 127.0.0.1 + port = PORT_D + allow_localhost + hosts_try_fastopen = + max_rcpt = 1 + +# ----- Retry ----- +begin retry +* * F,5d,1d + +# End + -- cgit v1.2.3