1 (edited by melaleuca5 2013-03-26 23:53:51)

Topic: Blank Top 10 Recipients

==== ==== Required information ====
- iRedMail version: v1.9.0 (LDAP)
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): LDAP
- Linux/BSD distribution name and version: Redhat
- Related log if you're reporting an issue:
====

After Upgrating Iredmail and Iredmail-Pro, in the dashboard the Top 10 Recipients is showing blank but there is records? See attached

Post's attachments

iredmailpronorecipients.JPG
iredmailpronorecipients.JPG 50.46 kb, file has never been downloaded. 

You don't have the permssions to download the attachments of this post.

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: Blank Top 10 Recipients

Same here with the MySQL Version.

==== ==== Required information ====
- iRedMail version: iRedMail-0.8.4
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MySQL
- Linux/BSD distribution name and version: Ubtuntu 12.4 Kernel 3.5.0-26
iRedAdmin-Pro    v1.6.0 (MySQL)

3

Re: Blank Top 10 Recipients

Same here with MySQL.


Znekar wrote:

Same here with the MySQL Version.

==== ==== Required information ====
- iRedMail version: iRedMail-0.8.4
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MySQL
- Linux/BSD distribution name and version: Ubtuntu 12.4 Kernel 3.5.0-26
iRedAdmin-Pro    v1.6.0 (MySQL)

4

Re: Blank Top 10 Recipients

Well, looks like a bug in iRedAdmin-Pro. I will try to reproduce it and fix it later. Thanks for your feedback. smile

5

Re: Blank Top 10 Recipients

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 attachments

top_10_recipients.patch 562 b, 24 downloads since 2013-03-27 

You don't have the permssions to download the attachments of this post.

6

Re: Blank Top 10 Recipients

Awesome Thanks

7

Re: Blank Top 10 Recipients

Works fine! smile Thanks a lot!