File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1619,7 +1619,7 @@ if [ "$dovecot" = 'yes' ]; then
16191619 echo " [ * ] Downgrade dovecot config to sync with 2.2 settings"
16201620 sed -i ' s|#ssl_dh_parameters_length = 4096|ssl_dh_parameters_length = 4096|g' /etc/dovecot/conf.d/10-ssl.conf
16211621 sed -i ' s|ssl_dh = </etc/ssl/dhparam.pem|#ssl_dh = </etc/ssl/dhparam.pem|g' /etc/dovecot/conf.d/10-ssl.conf
1622- sed -i ' s|ssl_min_protocol = TLSv1.1|ssl_protocols = !SSLv3 !TLSv1|g' /etc/dovecot/conf.d/10-ssl.conf
1622+ sed -i ' s|ssl_min_protocols = TLSv1.1|ssl_protocols = !SSLv3 !TLSv1|g' /etc/dovecot/conf.d/10-ssl.conf
16231623 fi
16241624
16251625 update-rc.d dovecot defaults
Original file line number Diff line number Diff line change @@ -1658,7 +1658,7 @@ if [ "$dovecot" = 'yes' ]; then
16581658 echo " [ * ] Downgrade dovecot config to sync with 2.2 settings"
16591659 sed -i ' s|#ssl_dh_parameters_length = 4096|ssl_dh_parameters_length = 4096|g' /etc/dovecot/conf.d/10-ssl.conf
16601660 sed -i ' s|ssl_dh = </etc/ssl/dhparam.pem|#ssl_dh = </etc/ssl/dhparam.pem|g' /etc/dovecot/conf.d/10-ssl.conf
1661- sed -i ' s|ssl_min_protocol = TLSv1.1|ssl_protocols = !SSLv3 !TLSv1|g' /etc/dovecot/conf.d/10-ssl.conf
1661+ sed -i ' s|ssl_min_protocols = TLSv1.1|ssl_protocols = !SSLv3 !TLSv1|g' /etc/dovecot/conf.d/10-ssl.conf
16621662 fi
16631663
16641664 update-rc.d dovecot defaults
You can’t perform that action at this time.
0 commit comments