1

Topic: Top sender and Top Recipient incorrectly displated

==== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====
- iRedMail version (check /etc/iredmail-release): 0.9.7
- Linux/BSD distribution name and version: CentOS Linux 7.5.1804
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): LDAP
- Web server (Apache or Nginx): Nginx
- Manage mail accounts with iRedAdmin-Pro? Yes, iRedAdmin-Pro 3.1
- [IMPORTANT] Related original log or error message is required if you're experiencing an issue.
====

Hi Support,

After upgrading to iRedAdmin-Pro 3.1, we noticed that top senders and top recipients are no longer displayed correctly.
Top sender is always showing as <>, while top recipient  is always <blank>. (Refer to attached image).

This issue did not happened before until we performed the upgrade.
Kindly advise if there is anything we can check to resolve this.

Thank you.

Best Regards,
Jovi Tan

Post's attachments

dashboard.PNG
dashboard.PNG 2.61 kb, 2 downloads since 2018-12-27 

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: Top sender and Top Recipient incorrectly displated

Please try this:

- Login to iRedAdmin-Pro as global admin, release or delete quarantined emails
- Run MySQL commands below as root user:

USE amavisd;
TRUNCATE maddr;

Then it should be fine.

It's ok to wait for old SQL records (in "amavisd.maddr") to be removed by daily cron job.

3

Re: Top sender and Top Recipient incorrectly displated

Hi ZhangHuangBin,

Noted on this, will test and let you know if it works.

Thanks.

Best Regards,
Jovi Tan

4 (edited by Peter 2018-12-28 21:46:08)

Re: Top sender and Top Recipient incorrectly displated

Just had the same issue after upgrading from 0.9.2 to 0.9.9. ZhangHuangbin solution worked for me, thanks.