]> git.pld-linux.org Git - packages/exim.git/blob - exim4-disableSSLv3.patch
b3de65c199fe9678f23123cb60cdf969eb52c14c
[packages/exim.git] / exim4-disableSSLv3.patch
1 diff -urN eximorg/exim4.conf exim/exim4.conf
2 --- eximorg/exim4.conf  2015-01-13 09:39:15.705251985 +0100
3 +++ exim/exim4.conf     2015-01-13 09:43:24.017910803 +0100
4 @@ -145,6 +145,8 @@ acl_smtp_data = acl_check_data
5  # Disable TLS
6  tls_advertise_hosts =
7  
8 +openssl_options = +no_sslv2 +no_sslv3
9 +
10  # Specify the location of the Exim server's TLS certificate and private key.
11  # The private key must not be encrypted (password protected). You can put
12  # the certificate and private key in the same file, in which case you only
13
This page took 0.055389 seconds and 2 git commands to generate.