]> git.pld-linux.org Git - packages/exim.git/blame - exim4-disableSSLv3.patch
- rel 3; use exim-4_86+fixes branch instead of master
[packages/exim.git] / exim4-disableSSLv3.patch
CommitLineData
449bb67f
MG
1diff -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.05218 seconds and 4 git commands to generate.