• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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