• Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
    Thank you in advance for your patience and understanding on the matter.

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