Fix CVE-2016-1531
[exim.git] / test / confs / 2024
index a677c4c8661767b5ff77b61c30b22f56d21a3355..6d93bc17934bb4560f8cc3b6c5ac5664770f23cf 100644 (file)
@@ -4,6 +4,7 @@ CERT=DIR/aux-fixed/cert1
 TVC=/dev/null
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
@@ -24,6 +25,7 @@ tls_certificate = CERT
 tls_privatekey = CERT
 
 tls_verify_hosts = HOSTIPV4
-tls_verify_certificates = TVC
+#tls_verify_certificates = TVC
+tls_verify_certificates = CERT
 
 # End