Confirmed that it's a bug in the latest iRedAdmin-Pro:
- iRedAdmin-Pro-LDAP-1.9.0
- iRedAdmin-Pro-MySQL-1.6.0
- iRedAdmin-Pro-PGSQL-1.2.0
Attachment is the patch to fix this issue, you can apply it with below steps:
- Download attached patch, upload it to the server which running iRedAdmin-Pro. for example, /root/top_10_recipients.patch.
- Change current working directory in terminal to the root directory of iRedAdmin-Pro. For example:
# cd /var/www/iRedAdmin-Pro-LDAP-1.9.0/
- Verify patch first:
# patch --dry-run -p1 < /root/top_10_recipients.patch
patching file libs/amavisd/log.py
- If you got the SAME output message, it's safe to apply this patch immediately (without --dry-run):
# patch -p1 < /root/top_10_recipients.patch
- Restart Apache web server to load patched source file.
That's all. let me know if it doesn't work for you. Thanks again for your feedback.
Note: If you downloaded iRedAdmin-Pro after i released this patch, then you don't need this path. It's already fixed in the one you downloaded.
Post's attachmentstop_10_recipients.patch 562 b, 24 downloads since 2013-03-27
You don't have the permssions to download the attachments of this post.