Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
lolo888
ISPConfig 3
Commits
29e299fe
Commit
29e299fe
authored
Oct 16, 2014
by
Till Brehm
Browse files
Add protection against Poodle attacks in Dovecot 2 and Postfix.
parent
53124ed9
Changes
8
Hide whitespace changes
Inline
Side-by-side
install/tpl/debian6_dovecot2.conf.master
View file @
29e299fe
...
...
@@ -6,6 +6,7 @@ log_timestamp = "%Y-%m-%d %H:%M:%S "
mail_privileged_group = vmail
ssl_cert = </etc/postfix/smtpd.cert
ssl_key = </etc/postfix/smtpd.key
ssl_protocols = !SSLv2 !SSLv3
passdb {
args = /etc/dovecot/dovecot-sql.conf
driver = sql
...
...
install/tpl/debian_dovecot2.conf.master
View file @
29e299fe
...
...
@@ -7,6 +7,7 @@ mail_privileged_group = vmail
postmaster_address = postmaster@example.com
ssl_cert = </etc/postfix/smtpd.cert
ssl_key = </etc/postfix/smtpd.key
ssl_protocols = !SSLv2 !SSLv3
passdb {
args = /etc/dovecot/dovecot-sql.conf
driver = sql
...
...
install/tpl/debian_postfix.conf.master
View file @
29e299fe
...
...
@@ -31,4 +31,5 @@ mime_header_checks = regexp:{config_dir}/mime_header_checks
nested_header_checks = regexp:{config_dir}/nested_header_checks
body_checks = regexp:{config_dir}/body_checks
owner_request_special = no
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
install/tpl/fedora_dovecot2.conf.master
View file @
29e299fe
...
...
@@ -6,6 +6,7 @@ log_timestamp = "%Y-%m-%d %H:%M:%S "
mail_privileged_group = vmail
ssl_cert = </etc/postfix/smtpd.cert
ssl_key = </etc/postfix/smtpd.key
ssl_protocols = !SSLv2 !SSLv3
passdb {
args = /etc/dovecot-sql.conf
driver = sql
...
...
install/tpl/fedora_postfix.conf.master
View file @
29e299fe
...
...
@@ -28,4 +28,5 @@ mime_header_checks = regexp:{config_dir}/mime_header_checks
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
install/tpl/gentoo_postfix.conf.master
View file @
29e299fe
...
...
@@ -28,4 +28,5 @@ mime_header_checks = regexp:{config_dir}/mime_header_checks
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
install/tpl/opensuse_dovecot2.conf.master
View file @
29e299fe
...
...
@@ -6,6 +6,7 @@ log_timestamp = "%Y-%m-%d %H:%M:%S "
mail_privileged_group = vmail
ssl_cert = </etc/postfix/smtpd.cert
ssl_key = </etc/postfix/smtpd.key
ssl_protocols = !SSLv2 !SSLv3
passdb {
args = /etc/dovecot/dovecot-sql.conf
driver = sql
...
...
install/tpl/opensuse_postfix.conf.master
View file @
29e299fe
...
...
@@ -30,4 +30,5 @@ mime_header_checks = regexp:{config_dir}/mime_header_checks
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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment