Fix CVE-2016-1531
[exim.git] / test / confs / 3465
index 161fff526ddd1b09aaa526dc89978fbe396e1e92..be32314bfe54c4ba8da133240da2c7d9f5323b53 100644 (file)
@@ -3,6 +3,7 @@
 HOSTS_AVOID_TLS=
 
 exim_path = EXIM_PATH
 HOSTS_AVOID_TLS=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
@@ -70,5 +71,9 @@ t1:
   hosts_require_auth = *
   allow_localhost
 
   hosts_require_auth = *
   allow_localhost
 
+  # These can be made visible by adding "-d-all+deliver+transport+tls" to the script 1st queuerun
+  headers_add = X-tls-cipher: <$tls_cipher>
+  headers_add = X-tls-out-cipher: <$tls_out_cipher>
+
 
 # End
 
 # End