1

Topic: iRedMail-1.5.2 has been released

Dear all,

iRedMail-1.5.2 has been released, it's a small bug fix release.

Here's major changes since iRedMail-1.5.1:

Improvements
  • Roundcube: Log client IPs by default.

Fixed issues
  • [Nginx] Can not login to SOGo webmail due to small (Nginx) proxy buffer size. Thanks to Sysadminfromhell for the report in forum.

  • [Amavisd] Override @av_scanners_backup settings in other config snippet files.

  • [MySQL] Can not remove record which contains non-ascii character from table `domain_admins` with unexpected collate.

Updated packages
  • netdata -> 1.33.1.

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

Re: iRedMail-1.5.2 has been released

Thx for the update.

You mentioned in this post:

[Amavisd] Override @av_scanners_backup settings in other config snippet files.

[MySQL] Can not remove record which contains non-ascii character from table `domain_admins` with unexpected collate.

But both aren't mentioned in the post Upgrade iRedMail from 1.5.1 to 1.5.2 (https://docs.iredmail.org/upgrade.iredm … 1.5.2.html).

Aren't they necessary? Thx, mike

3

Re: iRedMail-1.5.2 has been released

mike175de wrote:

Aren't they necessary? Thx, mike

Updated the upgrade tutorial moment ago. Thanks for the remind. smile
https://docs.iredmail.org/upgrade.iredm … 1.5.2.html

4

Re: iRedMail-1.5.2 has been released

ZhangHuangbin wrote:
mike175de wrote:

Aren't they necessary? Thx, mike

Updated the upgrade tutorial moment ago. Thanks for the remind. smile
https://docs.iredmail.org/upgrade.iredm … 1.5.2.html

Thx a lot for your amazing work with iRedMail!

Greets

5

Re: iRedMail-1.5.2 has been released

this is from my current sogo.tmpl file:

location ^~ /SOGo {
    include /etc/nginx/templates/hsts.tmpl;

    proxy_pass http://127.0.0.1:20000;

    # forward user's IP address
    proxy_set_header X-Real-IP $remote_addr;
    proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
    proxy_set_header Host $host;

    # always use https
    proxy_set_header x-webobjects-server-port $server_port;
    proxy_set_header x-webobjects-server-name $host;
    proxy_set_header x-webobjects-server-url  https://$host;

    proxy_set_header x-webobjects-server-protocol HTTP/1.0;
}

location ^~ /Microsoft-Server-ActiveSync {
    proxy_pass http://127.0.0.1:20000/SOGo/Microsoft-S … ctiveSync;

    proxy_connect_timeout 3540;
    proxy_send_timeout 3540;
    proxy_read_timeout 3540;
}

location ^~ /SOGo/Microsoft-Server-ActiveSync {
    proxy_pass http://127.0.0.1:20000/SOGo/Microsoft-S … ctiveSync;

    proxy_connect_timeout 3540;
    proxy_send_timeout 3540;
    proxy_read_timeout 3540;
}

am I supposed to remove all of those parameters and replace them with only the three proxy lines indicated on the upgrade page?

Thanks.

6

Re: iRedMail-1.5.2 has been released

jstewart wrote:

am I supposed to remove all of those parameters and replace them with only the three proxy lines indicated on the upgrade page?

Just add those extra lines, do not remove the existing lines.

7

Re: iRedMail-1.5.2 has been released

ZhangHuangbin wrote:
mike175de wrote:

Aren't they necessary? Thx, mike

Updated the upgrade tutorial moment ago. Thanks for the remind. smile
https://docs.iredmail.org/upgrade.iredm … 1.5.2.html

You didn't mention applying the SQL update file: update/1.5.2/iredmail.mysql in the tutorial. If one only reads the tutorial it's easily missed. I was browsing the folders of the 1.5.2.tar.gz file and noticed the file. The tutorial only talks about SOGO related database updates. wink

And, I've found a typo: "just bellow 4096 bytes" must be "just below 4096 bytes". No double 'l' in below. ;-)

8

Re: iRedMail-1.5.2 has been released

alm wrote:

You didn't mention applying the SQL update file: update/1.5.2/iredmail.mysql in the tutorial.

Not necessary. I should remove this in release notes.

alm wrote:

And, I've found a typo: "just bellow 4096 bytes" must be "just below 4096 bytes". No double 'l' in below. ;-)

I copied the original text from SOGo mailing list. Fixed. smile

9

Re: iRedMail-1.5.2 has been released

Is the install script for 1.5.2 expected to work on Ubuntu 22.04 or Lubuntu 22.04. I tried a test install of iRedMail towards the end of March on a fresh install of Lubuntu 22.04 (beta) without success.

Thank you.

10

Re: iRedMail-1.5.2 has been released

R77Computer0 wrote:

Is the install script for 1.5.2 expected to work on Ubuntu 22.04 or Lubuntu 22.04. I tried a test install of iRedMail towards the end of March on a fresh install of Lubuntu 22.04 (beta) without success.

1.5.2 doesn't, but the latest development edition supports Ubuntu 22.04 LTS.
We will release 1.5.3 soon with 22.04 support.