Upgrade iRedMail from 1.8.6 to 1.8.7

Attention

Remote Upgrade Assistance

Check out our remote upgrade support if you need assistance.

ChangeLog

General (All backends should apply these changes)

Update /etc/iredmail-release with new iRedMail version number

iRedMail 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.7

Incorrect sieve path for Dovecot 2.4 on Debian 13 (trixie) and Ubuntu 26.04 (resolute)

Attention

The configuration for personal sieve rules in Dovecot 2.4 is incorrect on Debian 13 (trixie) and Ubuntu 26.04 (resolute), causing Dovecot fail to load main sieve script. Please follow the steps below to fix the issue.

sieve_script personal {
    type = personal
    driver = file
    path = ~/sieve/dovecot.sieve
    active_path = ~/sieve/dovecot.sieve
}
sieve_script personal {
    type = personal
    driver = file
    path = ~/sieve
    active_path = ~/sieve/dovecot.sieve
}
systemctl restart dovecot