From 29e299fe7385971ade42b74cdd134d701a709d58 Mon Sep 17 00:00:00 2001
From: Till Brehm <tbrehm@ispconfig.org>
Date: Thu, 16 Oct 2014 11:13:18 -0400
Subject: [PATCH] Add protection against Poodle attacks in Dovecot 2 and Postfix.

---
 install/tpl/fedora_postfix.conf.master |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/install/tpl/fedora_postfix.conf.master b/install/tpl/fedora_postfix.conf.master
index 330b1f9..88c8d59 100644
--- a/install/tpl/fedora_postfix.conf.master
+++ b/install/tpl/fedora_postfix.conf.master
@@ -28,4 +28,5 @@
 nested_header_checks = regexp:{config_dir}/nested_header_checks
 body_checks = regexp:{config_dir}/body_checks
 inet_interfaces = all
-smtp_tls_security_level = may
\ No newline at end of file
+smtp_tls_security_level = may
+smtpd_tls_mandatory_protocols=!SSLv2, !SSLv3
\ No newline at end of file

--
Gitblit v1.9.1