1

Topic: iRedMail-1.4.2 has been released

Dear all,

iRedMail-1.4.2 has been released.

Here's major changes since iRedMail-1.4.1.

Improvements
  • Remove unused LDAP attribute in iredmail.schema: lastLoginDate, lastLoginIP, lastLoginProtocol.

  • Remove unused sql columns in `vmail.mailbox` table: lastlogindate, lastloginipv4, lastloginprotocol.

## Fixed issues

  • Incorrect PostgreSQL column types in `vmail` and `sogo` databases.

Introduce "iRedMail Easy" - the new deployment, upgrade and support platform

iRedMail Easy is the new web-based deployment, (one-click) upgrade and technical support platform introduced few months ago, we release new version frequently (currently one new release per month), with the one-click upgrade support, you can easily keep the iRedMail server up to date without caring about any technical details. It's the recommend way to deploy NEW iRedMail server and get technical support.

For more details, please check our website, the comparison of iRedMail Easy and classic downloadable installer is available too: https://www.iredmail.org/easy.html

If you need to upgrade existing iRedMail server to the iRedMail Easy platform, please check our tutorial: Migrate from iRedMail to iRedMail Easy platform.

Introduce all-in-one Dockerized iRedMail

We have built an all-in-one Dockerized iRedMail, get it here:
https://hub.docker.com/r/iredmail/mariadb

  • Only MariaDB backend is available right now.

  • Based on Ubuntu Linux (20.04) docker image, all components in one container.

  • SOGo groupware is not yet included.

It's not considered as production ready, please don't run it on production
server now. Feedback, suggestions are all welcome. smile

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2 (edited by matthias.steup 2021-09-13 16:34:12)

Re: iRedMail-1.4.2 has been released

ZhangHuangbin wrote:

Dear all,

iRedMail-1.4.2 has been released.

Here's major changes since iRedMail-1.4.1.

Improvements
  • Remove unused LDAP attribute in iredmail.schema: lastLoginDate, lastLoginIP, lastLoginProtocol.

  • Remove unused sql columns in `vmail.mailbox` table: lastlogindate, lastloginipv4, lastloginprotocol.

## Fixed issues

  • Incorrect PostgreSQL column types in `vmail` and `sogo` databases.

Introduce "iRedMail Easy" - the new deployment, upgrade and support platform

iRedMail Easy is the new web-based deployment, (one-click) upgrade and technical support platform introduced few months ago, we release new version frequently (currently one new release per month), with the one-click upgrade support, you can easily keep the iRedMail server up to date without caring about any technical details. It's the recommend way to deploy NEW iRedMail server and get technical support.

For more details, please check our website, the comparison of iRedMail Easy and classic downloadable installer is available too: https://www.iredmail.org/easy.html

If you need to upgrade existing iRedMail server to the iRedMail Easy platform, please check our tutorial: Migrate from iRedMail to iRedMail Easy platform.

Introduce all-in-one Dockerized iRedMail

We have built an all-in-one Dockerized iRedMail, get it here:
https://hub.docker.com/r/iredmail/mariadb

  • Only MariaDB backend is available right now.

  • Based on Ubuntu Linux (20.04) docker image, all components in one container.

  • SOGo groupware is not yet included.

It's not considered as production ready, please don't run it on production
server now. Feedback, suggestions are all welcome. smile

Hello Zhang,

there ist one file missing from github: https://github.com/iredmail/iRedMail/ra … sogo.mysql

Resolving github.com (github.com)... 140.82.121.4
Connecting to github.com (github.com)|140.82.121.4|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2021-09-13 10:28:00 ERROR 404: Not Found.

Can you add it?

Best wishes

Matthias

3 (edited by maz 2021-09-17 05:37:06)

Re: iRedMail-1.4.2 has been released

DO NOT TAKE CARE OF THIS MESSAGE : ZhangHuangbin explain later in this thread i have to follow ALL the upgrade tutorial.

Hello,

If one does not use SOGO, it seems to me that there is no upgrade to do at all, just change the release number from 1.4.1 to 1.4.2 in /etc/iredmail-release.

Am i right to think I don't need to upgrade MySQL sheme neither on 1.4.1 upgrade nor on 1.4.2 upgrade if i don't use sogo ?

Thanks for your work,

Maz

4

Re: iRedMail-1.4.2 has been released

matthias.steup wrote:

there ist one file missing from github: https://github.com/iredmail/iRedMail/ra … sogo.mysql

Hi Matthias,

This file is not necessary, i fixed this by updating document and removed it.
Thanks for the feedback.

5

Re: iRedMail-1.4.2 has been released

maz wrote:

Am i right to think I don't need to upgrade MySQL sheme neither on 1.4.1 upgrade nor on 1.4.2 upgrade if i don't use sogo ?

You DO need the changes. Please follow the upgrade tutorials to apply SQL structure changes.

6 (edited by mike175de 2021-09-16 14:57:20)

Re: iRedMail-1.4.2 has been released

Hey theere,

I receive the following error when I try to upgrade the MariaDB backend (first step):

mysql vmail < /tmp/iredmail.mysql
ERROR 1054 (42S22) at line 2: Unknown column 'enablesogowebmail' in 'mailbox'

So I cannot do any additional upgrade steps.

*Edit*
I checked the columns in vmail.mailbox and there are no entry for any of the three

    enablesogowebmail
    enablesogocalendar
    enablesogoactivesync

columns at all.

Any hints on that?

Thanks mike

7

Re: iRedMail-1.4.2 has been released

Hi Mike,

mike175de wrote:

I receive the following error when I try to upgrade the MariaDB backend (first step):

Which iRedMail release did you upgrade from? Please don't miss any newer releases between your old release and latest iRedMail-1.4.2:
https://docs.iredmail.org/iredmail.releases.html

8

Re: iRedMail-1.4.2 has been released

ZhangHuangbin wrote:

Hi Mike,

mike175de wrote:

I receive the following error when I try to upgrade the MariaDB backend (first step):

Which iRedMail release did you upgrade from? Please don't miss any newer releases between your old release and latest iRedMail-1.4.2:
https://docs.iredmail.org/iredmail.releases.html

Thx for your reply.

I did a reupgrade of 1.4.1 and now the columns are there.
Maybe something went wrong when I first upgraded from 1.4.0 to 1.4.1

Greets