Testsuite: Explicit disabling of identd no longer needed
[exim.git] / test / confs / 2127
index 3639c5bbf38580e9f4286a54c89721abb3de5bf9..786134cae384dbc087f84c88597ae753c3c10ca8 100644 (file)
@@ -5,7 +5,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 = ""
@@ -56,5 +55,6 @@ send_to_server:
   allow_localhost
   hosts = ${if eq{$local_part}{userx}{127.0.0.1}{HOSTIPV4}}
   port = PORT_D
+  tls_try_verify_hosts = :
 
 # End