Dear all,
iRedMail-1.3 has been released.
Download from our website: https://www.iredmail.org/download.html
Upgrade your existing iRedMail server: https://docs.iredmail.org/iredmail.releases.html
Here's major changes since iRedMail-1.2.1.
Supports new distribution releases
Ubuntu 20.04. All backends are supported: MariaDB, PostgreSQL, OpenLDAP.
OpenBSD 6.7. All backends are supported: MariaDB, PostgreSQL, OpenLDAP.
DROPPED distribution release
OpenBSD 6.6. Please use the latest stable release 6.7 instead.
BROKEN distribution
iRedAdmin(-Pro) is currently broken on FreeBSD, please wait for some more days. But if you install iRedMail on FreeBSD without iRedAdmin, the installation will finish without any issue.
We ported iRedAPD and mlmmjadmin from Python 2 to 3, but still need some time to port iRedAdmin(-Pro) to Python 3.
mlmmjadmin requires uwsgi for Python 3, but iRedAdmin(-Pro) requires uwsgi for Python 2. They both create file /usr/local/bin/uwsgi, hence we can not install uwsgi for both Python versions right now. We will replace uwsgi by other WSGI server like "gunicorn" shortly, please be patient.
Improvements
Enable SOGo for CentOS 8 and Ubuntu 20.04. Thanks to SOGo team.
Port scripts `tools/*.py` to Python 3.
Fixed issues
Enable TLSv1 on CentOS 7 due to the php package doesn't support TLSv1.2.
Fix incorrect permission of Fail2ban log file, should be 0755 so that netdata can read banned/unbanned info.
Add missing INDEX for SQL column `msgs.time_iso` in `amavisd` database.
Updated packages
Roundcube webmail -> 1.4.6, it includes few security fixes.
iRedAPD -> 4.0. WARNING: Python 3.5+ is required, Python 2 support has been completely dropped. For detailed changes, please check its ChangeLog file.
mlmmjadmin -> 3.0. WARNING: Python 3.5+ is required, Python 2 support has been completely dropped. For detailed changes, please check its ChangeLog file.
netdata -> 1.23.0
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.