• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

plesk 8.6.0 traffic count pop3/imap always 0%

L

LeonL

Guest
I am using plesk 8.6.0 for linux (centos) on my system.

All seem to work well together, the only issue I have is that in the plesk domain traffic screen it always shows that the pop3 and smtp traffic are 0%.

Is there something I need to configure in Plesk to report that information to the plesk system?

Thanks
 
Hi,

Parallels Plesk uses statistics utility to calculate domain statistics (disk usage, traffic, web stats) so try running this utility manually:
/usr/local/psa/admin/sbin/statistics

And then check it traffic usage was updated.
If it does help then you should make sure that this utility is being executed as cron task once a day (this is how it is supposed to work) so you should check that:
1. Cron service is running
2. Make sure that statistics is added to cron, for example:
# grep -ir statistics /etc/cron* |grep -v '#'
/etc/cron.daily/50plesk-daily:/usr/local/psa/admin/sbin/statistics >/dev/null 2>&1
 
Back
Top