887 - Roundcubemail 1.6

This commit is contained in:
Petr Bokoč 2022-11-14 06:11:12 +01:00
commit 6b136732c1
2 changed files with 25 additions and 0 deletions

View file

@ -12,6 +12,7 @@ include::{partialsdir}/entities.adoc[]
*** xref:sysadmin/Storage.adoc[Storage]
*** xref:sysadmin/System_Utilities.adoc[System Utilities]
*** xref:sysadmin/Printing_Scanning.adoc[Printing and Scanning]
*** xref:sysadmin/Mail_Servers.adoc[Mail Servers]
** xref:desktop/Desktop_index.adoc[Desktop Users]
*** xref:desktop/I18n.adoc[Internationalization]
** xref:developers/Developers.adoc[Developers]

View file

@ -0,0 +1,24 @@
include::{partialsdir}/entities.adoc[]
= Mail servers
== roundcubemail 1.6
Roundcube Webmail has been updated to version 1.6 in Fedora 37. Note that this version contains a set of breaking changes to previous versions; the following configuration options have been either removed or renamed:
* IMAP
** renamed `default_host` to `imap_host`
** removed `default_port` option (non-standard port can be set via `imap_host`)
** set `localhost:143` as a default for `imap_host`
* SMTP
** renamed `smtp_server` to `smtp_host`
** removed `smtp_port` option (non-standard port can be set via `smtp_host`)
** set `localhost:587` as a default for `smtp_host`
* LDAP
** removed `port` option from `ldap_public` array (non-standard port can be set via `host`)
** removed `use_tls` option from `ldap_public` array (use `tls://` prefix in `host`)
* Managesieve
** removed `managesieve_port` option (non-standard port can be set via `managesieve_host`)
** removed `managesieve_usetls` option (set `tls://` prefix to `managesieve_host`)
For a list of changes, see the link:https://github.com/roundcube/roundcubemail/releases/tag/1.6.0[upstream Rouncube Webmail release notes].