diff --git a/en_US/iredmail-easy/4-iredmail-easy.release.notes.md b/en_US/iredmail-easy/4-iredmail-easy.release.notes.md index 520b78ad..91cc10ad 100644 --- a/en_US/iredmail-easy/4-iredmail-easy.release.notes.md +++ b/en_US/iredmail-easy/4-iredmail-easy.release.notes.md @@ -2,6 +2,19 @@ [TOC] +## Version: 2021091301 (Sep 13, 2021) {: id=2021091301 } + +- Remove unused LDAP attributes: lastLoginDate, lastLoginIP, lastLoginProtocol. +- Remove unused sql columns in `vmail.mailbox`: + - lastlogindate + - lastloginipv4 + - lastloginprotocol + +- Fix improper SQL column types in `vmail` and `sogo` databases: + - mailbox.enablesogowebmail + - mailbox.enablesogocalendar + - mailbox.enablesogoactivesync + ## Version: 2021090801 (Sep 8, 2021) {: id=2021090801 } + Debian Linux 11 (Bullseye) is now supported. diff --git a/en_US/upgrade/0-upgrade.iredmail.1.4.0-1.4.1.md b/en_US/upgrade/0-upgrade.iredmail.1.4.0-1.4.1.md index 8021f01c..1234a3cf 100644 --- a/en_US/upgrade/0-upgrade.iredmail.1.4.0-1.4.1.md +++ b/en_US/upgrade/0-upgrade.iredmail.1.4.0-1.4.1.md @@ -10,6 +10,7 @@ ## ChangeLog +* Sep 13, 2021: Upgrade netdata to 1.31.0. * Sep 13, 2021: Fix incorrect PostgreSQL column type for new columns introduced in table `vmail.mailbox`. * Sep 08, 2021: initial release. @@ -49,6 +50,11 @@ Please follow below tutorial to upgrade iRedAdmin to the latest stable release: Please follow below tutorial to upgrade mlmmjadmin to the latest stable release: [Upgrade mlmmjadmin to the latest stable release](./upgrade.mlmmjadmin.html) +### Upgrade netdata to the latest stable release (1.31.0) + +If you have netdata installed, you can upgrade it by following this tutorial: +[Upgrade netdata](./upgrade.netdata.html). + ### Amavisd: Add some useful ban rules Microsoft Office documents are banned with iRedMail default settings, but it's diff --git a/en_US/upgrade/0-upgrade.iredmail.1.4.1-1.4.2.md b/en_US/upgrade/0-upgrade.iredmail.1.4.1-1.4.2.md index c414c2f9..638d5023 100644 --- a/en_US/upgrade/0-upgrade.iredmail.1.4.1-1.4.2.md +++ b/en_US/upgrade/0-upgrade.iredmail.1.4.1-1.4.2.md @@ -78,7 +78,7 @@ rcctl restart slapd ## For MySQL and MariaDB backends -### Fix incorrect SQL column types in `vmail.mailbox` tables +### Fix incorrect SQL column types and remove unused columns in `vmail.mailbox` tables iRedMail-1.4.1 introduced 3 new columns used to enable or disable per-user SOGo webmail, calendar and activesync services, but they were set to improper @@ -89,6 +89,12 @@ column `CHAR(1)` because SOGo doesn't support it, we will change them to - `enablesogocalendar` - `enablesogoactivesync` +3 columns are not used at all: + +- `lastlogindate` +- `lastloginipv4` +- `lastloginprotocol` + Please download plain SQL file used to update SQL table, then import it as MySQL root user (Please run commands below as `root` user): @@ -111,7 +117,7 @@ rm -f /tmp/sogo.mysql ## For PostgreSQL backend -### Fix incorrect SQL column types in `vmail.mailbox` tables +### Fix incorrect SQL column types and remove unused columns in `vmail.mailbox` tables iRedMail-1.4.1 introduced 3 new columns used to enable or disable per-user SOGo webmail, calendar and activesync services, but they were set to improper @@ -122,6 +128,12 @@ column `CHAR(1)` because SOGo doesn't support it, we will change them to - `enablesogocalendar` - `enablesogoactivesync` +3 columns are not used at all: + +- `lastlogindate` +- `lastloginipv4` +- `lastloginprotocol` + Download plain SQL file used to update SQL table: ``` diff --git a/en_US/upgrade/1-iredmail.releases.md b/en_US/upgrade/1-iredmail.releases.md index bd00d330..b7614101 100644 --- a/en_US/upgrade/1-iredmail.releases.md +++ b/en_US/upgrade/1-iredmail.releases.md @@ -36,7 +36,7 @@ Release Notes | Date | Upgrade tutorial | Comment ---|---|---|--- -[1.4.2](https://forum.iredmail.org/) | Sep 13, 2021 | [Upgrade from iRedMail-1.4.1](./upgrade.iredmail.1.4.1-1.4.2.html) | Contains SQL/LDAP structure change. +[1.4.2](https://forum.iredmail.org/topic18407.html) | Sep 13, 2021 | [Upgrade from iRedMail-1.4.1](./upgrade.iredmail.1.4.1-1.4.2.html) | Contains SQL/LDAP structure change. [1.4.1](https://forum.iredmail.org/topic18392.html) | Sep 8, 2021 | [Upgrade from iRedMail-1.4.0](./upgrade.iredmail.1.4.0-1.4.1.html) | Contains SQL/LDAP structure change. [1.4.0](https://forum.iredmail.org/topic18033.html) | Apr 13, 2021 | [Upgrade from iRedMail-1.3.2](./upgrade.iredmail.1.3.2-1.4.0.html) | Contains SQL/LDAP structure change. [1.3.2](https://forum.iredmail.org/topic17474.html) | Oct 28, 2020 | [Upgrade from iRedMail-1.3.1](./upgrade.iredmail.1.3.1-1.3.2.html) | Bug fix release. diff --git a/html/iredmail-easy.release.notes.html b/html/iredmail-easy.release.notes.html index 85290baa..5468576c 100644 --- a/html/iredmail-easy.release.notes.html +++ b/html/iredmail-easy.release.notes.html @@ -19,6 +19,7 @@
+

Version: 2021091301 (Sep 13, 2021)

+

Version: 2021090801 (Sep 8, 2021)

+

3 columns are not used at all:

+

Please download plain SQL file used to update SQL table, then import it as MySQL root user (Please run commands below as root user):

wget -O /tmp/iredmail.mysql https://github.com/iredmail/iRedMail/raw/1.4.2/update/1.4.2/iredmail.mysql
@@ -140,7 +146,7 @@ rm -f /tmp/sogo.mysql
 

For PostgreSQL backend

-

Fix incorrect SQL column types in vmail.mailbox tables

+

Fix incorrect SQL column types and remove unused columns in vmail.mailbox tables

iRedMail-1.4.1 introduced 3 new columns used to enable or disable per-user SOGo webmail, calendar and activesync services, but they were set to improper column CHAR(1) because SOGo doesn't support it, we will change them to @@ -150,6 +156,12 @@ column CHAR(1) because SOGo doesn't support it, we will change them

  • enablesogocalendar
  • enablesogoactivesync
  • +

    3 columns are not used at all:

    +

    Download plain SQL file used to update SQL table:

    wget -O /tmp/iredmail.pgsql https://github.com/iredmail/iRedMail/raw/1.4.2/update/1.4.2/iredmail.pgsql
     chmod +r /tmp/iredmail.pgsql