Testsuite: fix GnuTLS selfsign testcase
authorJeremy Harris <jgh146exb@wizmail.org>
Thu, 30 Dec 2021 14:42:30 +0000 (14:42 +0000)
committerJeremy Harris <jgh146exb@wizmail.org>
Thu, 30 Dec 2021 14:42:30 +0000 (14:42 +0000)
Broken-by: 685bbd33ee
test/confs/2020 [changed from symlink to file mode: 0644]

deleted file mode 120000 (symlink)
index 5ec250ecd8d951347302f6bdf4e44342c9e58ad2..0000000000000000000000000000000000000000
+++ /dev/null
@@ -1 +0,0 @@
-2120
\ No newline at end of file
new file mode 100644 (file)
index 0000000000000000000000000000000000000000..cb0b8d3ab9360666018d3045840a677859b9b447
--- /dev/null
@@ -0,0 +1,46 @@
+# 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