Difference between revisions of "Dovecot 2.3 changes - Notice for upgrades from Version 2.2 to Version 2.3"
(Created page with "These are the new configuration commands: <br> recipient_delimiter is now an alternative delimiter characters <br> director_doveadm_port setting removed. Name the inet_listene...") |
|||
Line 1: | Line 1: | ||
These are the new configuration commands: | These are the new configuration commands: | ||
<br> | <br> | ||
+ | |||
recipient_delimiter is now an alternative delimiter characters | recipient_delimiter is now an alternative delimiter characters | ||
<br> | <br> | ||
+ | |||
+ | |||
director_doveadm_port setting removed. Name the inet_listener doveadm { .. } instead. | director_doveadm_port setting removed. Name the inet_listener doveadm { .. } instead. | ||
Line 10: | Line 13: | ||
ssl_parameters replaced with ssl_dh. SSLv2 is not supported in ssl_protocols. | ssl_parameters replaced with ssl_dh. SSLv2 is not supported in ssl_protocols. | ||
+ | |||
+ | director_consistent_hashing removed | ||
[[Category: Dovecot 2.3]] | [[Category: Dovecot 2.3]] |
Revision as of 23:28, 8 April 2020
These are the new configuration commands:
recipient_delimiter is now an alternative delimiter characters
director_doveadm_port setting removed. Name the inet_listener doveadm { .. } instead.
mdbox_purge_preserve_alt removed.
ssl_protocols setting replaced by ssl_min_protocol. Now you only specify the minimum ssl protocol version Dovecot accepts, defaulting to TLSv1.
ssl_parameters replaced with ssl_dh. SSLv2 is not supported in ssl_protocols.
director_consistent_hashing removed