Skip to content

Commit

Permalink
Force TLSv1.2 in Dovecot.
Browse files Browse the repository at this point in the history
fixes #22 (partly)
  • Loading branch information
iredmail committed Apr 5, 2020
1 parent 493f1af commit ff09007
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion samples/dovecot/dovecot22.conf
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ syslog_facility = PH_IREDMAIL_SYSLOG_FACILITY
# SSL: Global settings.
# Refer to wiki site for per protocol, ip, server name SSL settings:
# http://wiki.dovecot.org/SSL/DovecotConfiguration
ssl_protocols = !SSLv2 !SSLv3
ssl_protocols = !SSLv2 !SSLv3 !TLSv1 !TLSv1.1
ssl = required
verbose_ssl = no
#ssl_ca = </path/to/ca
Expand Down
2 changes: 1 addition & 1 deletion samples/dovecot/dovecot23.conf
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ syslog_facility = PH_IREDMAIL_SYSLOG_FACILITY
# SSL: Global settings.
# Refer to wiki site for per protocol, ip, server name SSL settings:
# http://wiki2.dovecot.org/SSL/DovecotConfiguration
#ssl_min_protocol = TLSv1.2
ssl_min_protocol = TLSv1.2
ssl = required
verbose_ssl = no
#ssl_ca = </path/to/ca
Expand Down

0 comments on commit ff09007

Please sign in to comment.