1

Topic: iRedMail-1.3.2 has been released

Dear all,

iRedMail-1.3.2 has been released.

Here's major changes since iRedMail-1.3.1.

Supports new distribution releases
  • OpenBSD 6.8.

    • All backends are supported: MariaDB, PostgreSQL, OpenLDAP.

    • Note: Fail2ban is not available on OpenBSD 6.8, because the latest Fail2ban-0.11.1 doesn't fully support Python-3.8.6 offered by OpenBSD 6.8.

  • FreeBSD 12.2.

DROPPED distribution release
  • OpenBSD 6.7. Please use the latest stable release 6.8 instead.

Improvements
  • [Nginx] Enable http2 support by default.

  • [Roundcube] Enable plugin `zipdownload` by default. It adds an option to download all attachments in a message to one zip file, when the message has multiple attachments.

  • [Amavisd] Log matched virus database name.

## Fixed issues

  • [FreeBSD] Can not correctly generate random password on FreeBSD 12.1-RELEASE-p10.

  • [Fail2ban] Not catch all Roundcube login failures.

  • tools/create_mail_user_OpenLDAP.*: missing required ldap attr/value pairs: `enabledService=managesievetls` and `enabledService=sievetls`.

## Updated packages

  • mlmmjadmin -> 3.0.4. __Python 3 is required.__

  • iRedAPD-4.6. __Python 3 is required.__

  • iRedAdmin-1.1. __Python 3 is required.__

  • Roundcube webmail -> 1.4.9

  • netdata -> 1.26.0

  • uwsgi -> 2.0.19.1. OpenBSD only.

  • FreeBSD: perl-5.32

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 Alpine Linux (3.11.6) docker image, all components in one container.

  • SOGo groupware is not included because SOGo team doesn't offer binary packages for Alpine.

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.3.2 has been released

@Zhang:

- Is it intentional that OpenLDAP and MariaDB/MySQL section in the upgrade guide is exactly the same?

- How to enable zipdownload for existing installations?
- Same counts for http2 (well, was my proposal so I know how to do it smile but upgrade guide could be enhanced

Thanks for your great work and iRedMail product!!

3

Re: iRedMail-1.3.2 has been released

broth wrote:

- Is it intentional that OpenLDAP and MariaDB/MySQL section in the upgrade guide is exactly the same?

Yes.

broth wrote:

- How to enable zipdownload for existing installations?

Just append the plugin name "zipdownload" in Roundcube config file, parameter "$config['plugins'] =". This is completely optional. If you don't need this feature, don't enable it.

broth wrote:

- Same counts for http2 (well, was my proposal so I know how to do it smile but upgrade guide could be enhanced

This is completely optional too.
If you want to enable http2 support for some web host, update /etc/nginx/sites-enabled/*.conf, in https section, append 'http2' in the "listen" parameter like below:

server {
    listen 443 ssl http2;
    ...
}

4 (edited by gregorygharding 2020-10-28 15:22:20)

Re: iRedMail-1.3.2 has been released

new release installer seems bugged

root@mail:~/iRedMail-1.3.2# sudo bash iRedMail.sh
[ INFO ] Checking new version of iRedMail ...
[ INFO ] apt update ...
Hit:1 http://deb.debian.org/debian buster InRelease
Hit:2 http://security.debian.org/debian-security buster/updates InRelease                        
Hit:3 http://deb.debian.org/debian buster-updates InRelease                                                                
Hit:4 https://packages.inverse.ca/SOGo/nightly/5/debian buster InRelease   
Reading package lists... Done
[ INFO ] Fetching source tarballs ...
[ INFO ] + 1 of 5: https://dl.iredmail.org/yum/misc/iRedAdmin-1.1.tar.bz2
[ INFO ] + 2 of 5: https://dl.iredmail.org/yum/misc/mlmmjadmin-3.0.4.tar.gz
[ INFO ] + 3 of 5: https://dl.iredmail.org/yum/misc/iRedAPD-4.6.tar.gz
[ INFO ] + 4 of 5: https://dl.iredmail.org/yum/misc/netdata-v1.26.0.gz.run
[ INFO ] + 5 of 5: https://dl.iredmail.org/yum/misc/roundcubemail-1.4.9-complete.tar.gz
[ INFO ] Validate downloaded source tarballs ...
sha256sum: misc/iRedAdmin-1.1.tar.bz2: No such file or directory
misc/iRedAdmin-1.1.tar.bz2: FAILED open or read
misc/mlmmjadmin-3.0.4.tar.gz: OK
misc/iRedAPD-4.6.tar.gz: OK
misc/netdata-v1.26.0.gz.run: OK
misc/roundcubemail-1.4.9-complete.tar.gz: OK
sha256sum: WARNING: 1 listed file could not be read
        [ FAILED ]
<< ERROR >> Package verification failed. Script exit ...

5

Re: iRedMail-1.3.2 has been released

found it

...misc/iRedAdmin-1.1.tar.bz2

in:

iRedMail/pkgs/pkgs.sha256
gregorygharding wrote:

new release installer seems bugged

root@mail:~/iRedMail-1.3.2# sudo bash iRedMail.sh
[ INFO ] Checking new version of iRedMail ...
[ INFO ] apt update ...
Hit:1 http://deb.debian.org/debian buster InRelease
Hit:2 http://security.debian.org/debian-security buster/updates InRelease                        
Hit:3 http://deb.debian.org/debian buster-updates InRelease                                                                
Hit:4 https://packages.inverse.ca/SOGo/nightly/5/debian buster InRelease   
Reading package lists... Done
[ INFO ] Fetching source tarballs ...
[ INFO ] + 1 of 5: https://dl.iredmail.org/yum/misc/iRedAdmin-1.1.tar.bz2
[ INFO ] + 2 of 5: https://dl.iredmail.org/yum/misc/mlmmjadmin-3.0.4.tar.gz
[ INFO ] + 3 of 5: https://dl.iredmail.org/yum/misc/iRedAPD-4.6.tar.gz
[ INFO ] + 4 of 5: https://dl.iredmail.org/yum/misc/netdata-v1.26.0.gz.run
[ INFO ] + 5 of 5: https://dl.iredmail.org/yum/misc/roundcubemail-1.4.9-complete.tar.gz
[ INFO ] Validate downloaded source tarballs ...
sha256sum: misc/iRedAdmin-1.1.tar.bz2: No such file or directory
misc/iRedAdmin-1.1.tar.bz2: FAILED open or read
misc/mlmmjadmin-3.0.4.tar.gz: OK
misc/iRedAPD-4.6.tar.gz: OK
misc/netdata-v1.26.0.gz.run: OK
misc/roundcubemail-1.4.9-complete.tar.gz: OK
sha256sum: WARNING: 1 listed file could not be read
        [ FAILED ]
<< ERROR >> Package verification failed. Script exit ...

6

Re: iRedMail-1.3.2 has been released

gregorygharding wrote:

iRedMail/pkgs/pkgs.sha256

Fixed and re-tagged iRedMail-1.3.2, please re-download and give it a try.
Sorry about this.

7

Re: iRedMail-1.3.2 has been released

"Just append the plugin name "zipdownload" in Roundcube config file, parameter "$config['plugins'] =". This is completely optional. If you don't need this feature, don't enable it."


I added the zipdownload plugin, but the single file download button never showed up.

8

Re: iRedMail-1.3.2 has been released

Does your server have package like php-zip installed?

9 (edited by llamberto 2020-10-30 19:36:04)

Re: iRedMail-1.3.2 has been released

Hi
update from this ==== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====
- iRedMail version (check 1.3.1 MARIADB edition. ):
- Deployed with iRedMail Easy or the downloadable installer? downloadable
- Linux/BSD distribution name and version: centos 8  4.18.0-193.19.1.el8_2.x86_64
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MYSQL
- Web server (Apache or Nginx): nginx
- Manage mail accounts with iRedAdmin-Pro? no
- [IMPORTANT] Related original log or error message is required if you're experiencing an issue.
====
after update of mlmmjadmin  to 3.0.4 service don't start anymore  no more lists ... argh!!!
is possible come back ? or solve ? previous version was perfect ! in attach  upgrade log  restart service log and error command log
please .. i just have 40 list
seem that command  maillist_admin.py can't dialog with service obviously ... is down ....  i try to understand but the service  mlmmjadmin is too for mee .... but i believe that is only that the problem

YESSS found problem ... i don' know why but (maybe you can tell me)  the service script changed from

ExecStart=/usr/local/bin/uwsgi --ini /opt/mlmmjadmin/rc_scripts/uwsgi/rhel.ini --pidfile /var/run/mlmmjadmin/mlmmjadmin.pid
ExecStop=/usr/local/bin/uwsgi --stop /var/run/mlmmjadmin/mlmmjadmin.pid

to
ExecStart=/usr/sbin/uwsgi --ini /opt/mlmmjadmin/rc_scripts/uwsgi/rhel.ini --pidfile /var/run/mlmmjadmin/mlmmjadmin.pid
ExecStop=/usr/sbin/uwsgi --stop /var/run/mlmmjadmin/mlmmjadmin.pid


i just  ln -s /usr/local/bin/uwsgi  /usr/sbin/uwsgi   and all is rigth

Post's attachments

mlmmjadmin.txt 5.37 kb, 1 downloads since 2020-10-30 

You don't have the permssions to download the attachments of this post.

10

Re: iRedMail-1.3.2 has been released

ZhangHuangbin wrote:

Does your server have package like php-zip installed?

thanks, I had to install php-zip