Attention
Remote Upgrade Assistance
Check out our remote upgrade support if you need assistance.
/etc/iredmail-release with new iRedMail version numberiRedMail stores the release version in /etc/iredmail-release after
installation, it's recommended to update this file after you upgraded iRedMail,
so that you can know which version of iRedMail you're running. For example:
1.8.4
Attention
The configuration for personal Sieve rules in Dovecot 2.4 is incorrect on Debian 13 (trixie) and Ubuntu 26.04 (resolute), causing Sieve rules to fail to save. Please follow the steps below to fix the issue.
/etc/dovecot/dovecot.conf and locate the sieve_script personal
block, which should look like this:sieve_script personal {
type = personal
driver = file
path = ~/sieve
}
active_path parameter within the block and save the changes:sieve_script personal {
type = personal
driver = file
path = ~/sieve
active_path = ~/sieve/dovecot.sieve
}
dovecot service:systemctl restart dovecot
If you have netdata installed, you can upgrade it by following this tutorial: Upgrade netdata.