• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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