Topic: Hotfix for iRedAdmin-Pro-1.3.0: Don't drop enabled services.
Abstract
After saving changes in user profile page, 'Advanced' tab, iRedAdmin-Pro-1.3.0 will drop two enabled service: sieve, sievesecured. If you're using dovecot-1.2, your users will not be able to use mail filter in Roundcube Webmail.
Credits
Thanks moleksinski for his/her feedback.
How to fix it
Here's a patch to fix this bug in iRedAdmin-Pro-1.3.0, you can apply it with below steps:
* Open a terminal, change current directory to iRedAdmin-Pro installation root directory.
# ---- RHEL/CentOS ----
# cd /var/www/iRedAdmin-Pro-1.3.0/
# ---- Debian/Ubuntu ----
# cd /usr/share/apache2/iRedAdmin-Pro-1.3.0/
# ---- FreeBSD ----
# cd /usr/local/www/iRedAdmin-Pro-1.3.0/
* Download patch:
# wget http://iredmail.org/patches/iredadmin/pro/1.3/missing_managesieve.patch
* TRY to patch it, if you didn't get the SAME terminal output message, please do NOT try further steps.
# patch -p0 --dry-run < missing_managesieve.patch
patching file libs/ldaplib/user.py
* If no error message in previous step, apply it now:
# patch -p0 < missing_managesieve.patch
* Restart apache is recommended.
----
Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.