Testsuite: fix case for TLS library differences
authorJeremy Harris <jgh146exb@wizmail.org>
Thu, 12 Mar 2020 20:14:32 +0000 (20:14 +0000)
committerJeremy Harris <jgh146exb@wizmail.org>
Thu, 12 Mar 2020 20:14:32 +0000 (20:14 +0000)
test/confs/1101

index fcb468072d27a61cb4b79d6f995b090194d9298d..18d8abbbea33136eb9af0aed9871c6a54fe8d9d1 100644 (file)
@@ -1,11 +1,11 @@
-# Exim test configuration 2040
+# Exim test configuration 1101
 # The test uses the same config for two Exim processes
 #
 #              ,------ callout -------.
 #              |                      |
 #              |      .----------.    |
 #              `--> PORT_S       |    |
 # The test uses the same config for two Exim processes
 #
 #              ,------ callout -------.
 #              |                      |
 #              |      .----------.    |
 #              `--> PORT_S       |    |
-# client-gnutls --> PORT_D  Exim |----'
+# client-anytls --> PORT_D  Exim |----'
 #                     `----------'
 
 .include DIR/aux-var/tls_conf_prefix
 #                     `----------'
 
 .include DIR/aux-var/tls_conf_prefix
@@ -37,10 +37,12 @@ catchall:
 
 begin transports
 local_smtp:
 
 begin transports
 local_smtp:
-    driver = smtp
-    port = PORT_S
-    hosts = 127.0.0.1
-    hosts_require_tls = *
+    driver =           smtp
+    port =             PORT_S
+    hosts =            127.0.0.1
     allow_localhost
     allow_localhost
+    hosts_require_tls = *
+    tls_verify_certificates =  DIR/aux-fixed/cert1
+    tls_verify_cert_hostnames =        :
 
 # End
 
 # End