From 0240e7a160721a53365aaa3bd10bb6f3de3f9f15 Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Thu, 21 Jan 2021 13:06:31 +0000 Subject: Testsuite: TLS server testcase consolidation --- test/confs/1108 | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 test/confs/1108 (limited to 'test/confs/1108') diff --git a/test/confs/1108 b/test/confs/1108 new file mode 100644 index 000000000..9e6f9f1cc --- /dev/null +++ b/test/confs/1108 @@ -0,0 +1,26 @@ +# Exim test configuration 1108 + +.include DIR/aux-var/tls_conf_prefix + +primary_hostname = myhost.test.ex + +# ----- Main settings ----- + +queue_only + +tls_advertise_hosts = * +tls_certificate = DIR/aux-fixed/cert1 +tls_privatekey = DIR/aux-fixed/cert1 + +acl_smtp_rcpt = acl_tls + +# ------ ACLs ------ + +begin acl + +acl_tls: + accept endpass + message = "You must encrypt" + encrypted = * + +# End -- cgit v1.2.3