From 6b136732c1c30a2b919e0122e7d5242817629ec2 Mon Sep 17 00:00:00 2001 From: Petr Bokoc Date: Nov 14 2022 05:11:12 +0000 Subject: 887 - Roundcubemail 1.6 --- diff --git a/modules/release-notes/nav.adoc b/modules/release-notes/nav.adoc index 8f84ad9..347ddf1 100644 --- a/modules/release-notes/nav.adoc +++ b/modules/release-notes/nav.adoc @@ -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] diff --git a/modules/release-notes/pages/sysadmin/Mail_Servers.adoc b/modules/release-notes/pages/sysadmin/Mail_Servers.adoc new file mode 100644 index 0000000..3b55d7e --- /dev/null +++ b/modules/release-notes/pages/sysadmin/Mail_Servers.adoc @@ -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].