summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2021-12-30 14:42:30 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2021-12-30 14:42:30 +0000
commit93f8e1523677abe2d413997fa758792384602b3a (patch)
tree7e9497f2c35f4812dc3359c6184945a662e176ec
parentea98874e2a6a5aee2d512f3246f7d3c19c2ec63d (diff)
Testsuite: fix GnuTLS selfsign testcase
Broken-by: 685bbd33ee
-rw-r--r--[l---------]test/confs/202047
1 files changed, 46 insertions, 1 deletions
diff --git a/test/confs/2020 b/test/confs/2020
index 5ec250ecd..cb0b8d3ab 120000..100644
--- a/test/confs/2020
+++ b/test/confs/2020
@@ -1 +1,46 @@
-2120 \ No newline at end of file
+# Exim test configuration 2020
+
+SERVER=
+
+.include DIR/aux-var/tls_conf_prefix
+
+primary_hostname = thishost.test.ex
+
+# ----- Main settings -----
+
+acl_smtp_rcpt = accept
+
+log_selector = +tls_peerdn
+
+queue_only
+
+tls_advertise_hosts = *
+
+# ----- Routers -----
+
+begin routers
+
+abc:
+ driver = accept
+ transport = t1
+
+
+# ----- Transports -----
+
+begin transports
+
+t1:
+ driver = smtp
+ hosts = thishost.test.ex
+ allow_localhost
+ port = PORT_D
+ hosts_try_fastopen = :
+
+
+# ----- Retry -----
+
+begin retry
+
+* * F,1d,1d
+
+# End