Testsuite: avoid ipv6 when testing retry data
[users/heiko/exim.git] / test / confs / 2131
index c52ceed0cbc6d4e0edac84278895e8d830a9c1a8..15cfed977de22c1005508c54e1787377a4a48ea7 100644 (file)
@@ -1,4 +1,4 @@
-# Exim test configuration 2130
+# Exim test configuration 2131
 # SNI
 
 SERVER =
@@ -73,6 +73,7 @@ send_to_server1:
   port = PORT_D
   tls_sni = fred
   hosts_require_tls = *
+  tls_try_verify_hosts = :
 
 send_to_server2:
   driver = smtp
@@ -81,6 +82,7 @@ send_to_server2:
   port = PORT_D
   tls_sni = bill
   hosts_require_tls = *
+  tls_try_verify_hosts = :
 
 
 # ----- Retry -----