OpenSSL: OCSP under DANE
[exim.git] / test / confs / 0625
deleted file mode 120000 (symlink)
index f9ae37c6a3beaa007de6c356bbdfc3e808d40424..0000000000000000000000000000000000000000
+++ /dev/null
@@ -1 +0,0 @@
-0624
\ No newline at end of file
new file mode 100644 (file)
index 0000000000000000000000000000000000000000..ff200a1f2cbb2f6bcbf5dbd8f6586f56d5bbb1e2
--- /dev/null
@@ -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
+