1

Topic: Top senders and Top receivers lists missing following upgrade to 3.4

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

Since upgrading to 3.4 the Top Senders and Top Recipients lists on the dashboard arn't being populated in their place I get :

3 <> and 102 <> respectivly.

----

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

2

Re: Top senders and Top receivers lists missing following upgrade to 3.4

Try this:

- Login to iRedAdmin-Pro and release/delete all quarantined emails first.
- Login to MySQL database as root user, then remove all sql records in 4 tables in "amavisd" database:

USE amavisd;
TRUNCATE msgs;
TRUNCATE msgrcpt;
TRUNCATE quarantine;
TRUNCATE maddr;

After this, it should be fine.

3

Re: Top senders and Top receivers lists missing following upgrade to 3.4

That fixed it.

Thanks