Dear melaleuca5,
It's confirmed that it's a bug in the latest iRedAdmin-Pro (all editions). Attachment is patch to fix it, applicable to all editions of iRedAdmin-Pro (-LDAP, MySQL, PGSQL).
Steps to apply this patch on your server:
1) Download attached patch, upload it to your server which has the latest iRedAdmin-Pro running. Assume uploaded file is /root/delete_all_user_activities.patch.
2) Change working directory to the root directory of iRedAdmin-Pro. For example:
# cd /var/www/iRedAdmin-Pro-LDAP-1.7.2/
3) Verify the patch with command 'patch --dry-run -p1':
# patch --dry-run -p1 < /root/delete_all_user_activities.patch
patching file controllers/amavisd/log.py
4) If you see the same output message, it's safe to apply it without '--dry-run':
# patch -p1 < /root/delete_all_user_activities.patch
patching file controllers/amavisd/log.py
5): Restart Apache web server.
That's all.
Let me know whether it works for you or not.
Post's attachmentsdelete_all_user_activities.patch 945 b, 4 downloads since 2012-07-12
You don't have the permssions to download the attachments of this post.