1

Topic: iRedMail-1.7.3 has been released.

Don't forget to check out our new product "Spider Email Archiver": a lightweight, on-premises email archiving software: https://spiderd.io/
--------

Dear all,

iRedMail-1.7.3 has been released.

Here's major changes since iRedMail-1.7.2:

Improvements
  • [OpenLDAP] Allow mail user account to use 2 new attributes `recoveryEmail`, `birthday`.

  • [SQL backends] 6 new columns in `vmail.mailbox` talbe to store more user information: `first_name`, `last_name`, `mobile`, `telephone`, `birthday`, `recovery_email`.

  • [SQL backends] 2 new columns in `vmail.deleted_mailboxes`: `bytes`, `messages`.

Updated packages
  • Roundcube webmail -> 1.6.10

  • netdata -> 2.3.2

  • mlmmjadmin -> 3.3.1

  • iRedAPD -> 5.9.0

----

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

Hello Zhang,

The page https://docs.iredmail.org/iredmail.releases.html does not have the link for the upgrade

https://docs.iredmail.org/upgrade.iredm … 1.7.3.html

Thanks for the hard work !

3 (edited by Bronko 2025-04-10 00:01:47)

Re: iRedMail-1.7.3 has been released.

(Upgrade >link< still missing...)


Issues:

"Netdata doesn't collect data for OpenLDAP server."
- fixed in EE v1.0.2, Feb 20, 2025...
- not fixed here (first report: https://forum.iredmail.org/post90263.html#p90263)

For OpenLDAP backend
- "New schema" is the old one:

~# ls -la /etc/ldap/schema/iredmail.schema*
-rw-r--r-- 1 root root 19071 Apr  9 17:30 /etc/ldap/schema/iredmail.schema
-rw-r--r-- 1 root root 19071 Jan 29 10:18 /etc/ldap/schema/iredmail.schema.bak

~# diff /etc/ldap/schema/iredmail.schema /etc/ldap/schema/iredmail.schema
iredmail.schema      iredmail.schema.bak

4

Re: iRedMail-1.7.3 has been released.

- LDAP schema file has been updated.
- netdata configuration in iRedMail 1.7.3 is buggy, fixed moment ago.

https://github.com/iredmail/iRedMail/commits/

5

Re: iRedMail-1.7.3 has been released.

Thanks, LDAP schema updated and slapd restarted...

OffTopic:
can not find new attributetype ex. 'recoveryEmail' for user:

Post's attachments

Screenshot From 2025-04-10 12-11-37.png
Screenshot From 2025-04-10 12-11-37.png 41.74 kb, file has never been downloaded. 

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

6

Re: iRedMail-1.7.3 has been released.

ZhangHuangbin wrote:

- netdata configuration in iRedMail 1.7.3 is buggy, fixed moment ago.

https://github.com/iredmail/iRedMail/commits/

Will we have a change (log) in upgrade tutorial too?

7

Re: iRedMail-1.7.3 has been released.

Bronko wrote:

Will we have a change (log) in upgrade tutorial too?

iRedMail 1.7.3 doesn't contain this change, so no need to mention it in upgrade tutorial.
We should release a new iRedMail version and mention it instead.

8

Re: iRedMail-1.7.3 has been released.

Bronko wrote:

Thanks, LDAP schema updated and slapd restarted...

OffTopic:
can not find new attributetype ex. 'recoveryEmail' for user:

According to the schema file, object class "mailUser" can use "recoveryEmail", maybe your LDAP client tool doesn't fetch new schema?

9

Re: iRedMail-1.7.3 has been released.

ZhangHuangbin wrote:
Bronko wrote:

Will we have a change (log) in upgrade tutorial too?

iRedMail 1.7.3 doesn't contain this change, so no need to mention it in upgrade tutorial.
We should release a new iRedMail version and mention it instead.

Ok, great...

10 (edited by Bronko 2025-04-15 02:33:58)

Re: iRedMail-1.7.3 has been released.

ZhangHuangbin wrote:

According to the schema file, object class "mailUser" can use "recoveryEmail", maybe your LDAP client tool doesn't fetch new schema?

It's Apache Directory Studio and I'm trying to add a "New Attribute..."  for an existing "mailUser"

(you can see some other/standard Attribute Descriptions at the screenshot background from above)

11

Re: iRedMail-1.7.3 has been released.

If you have correct ldap schema file, then it should work.
You may need to check how to reload schemas in Apache Directory Studio.