]> git.pld-linux.org Git - packages/exim.git/blob - exim4-disableSSLv3.patch
Follow upstream (where rfc1413 calls are disabled by default)
[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 @@ -70,6 +70,8 @@
5  # tls_privatekey = /etc/openssl/mail.key
6  # tls_advertise_hosts = *
7  
8 +openssl_options = +no_sslv2 +no_sslv3
9 +
10  # You can use self-signed cerficates (you will need openssl-tools package):
11  
12  # openssl genrsa -out /etc/openssl/mail.key 1024
This page took 0.026136 seconds and 3 git commands to generate.