Testsuite: Explicit disabling of identd no longer needed
[exim.git] / test / confs / 2131
index c52ceed0cbc6d4e0edac84278895e8d830a9c1a8..0e82319fbd37baae40409b629f7a1e2a446d9a7e 100644 (file)
@@ -1,4 +1,4 @@
-# Exim test configuration 2130
+# Exim test configuration 2131
 # SNI
 
 SERVER =
@@ -6,7 +6,6 @@ SERVER =
 exim_path = EXIM_PATH
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
-rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/SERVER%slog
 gecos_pattern = ""
@@ -73,6 +72,7 @@ send_to_server1:
   port = PORT_D
   tls_sni = fred
   hosts_require_tls = *
+  tls_try_verify_hosts = :
 
 send_to_server2:
   driver = smtp
@@ -81,6 +81,7 @@ send_to_server2:
   port = PORT_D
   tls_sni = bill
   hosts_require_tls = *
+  tls_try_verify_hosts = :
 
 
 # ----- Retry -----