B BestBoard Verified User Joined Sep 8, 2006 Messages 180 May 25, 2008 #1 i don't know why or when it's happened but in the "Complete Usage Statistics" section i see that i have -52 Email Forwarders. how can i fix it? *by the way, i moved to dovecot recently, maybe this is the problem. *sorry for my bad English
i don't know why or when it's happened but in the "Complete Usage Statistics" section i see that i have -52 Email Forwarders. how can i fix it? *by the way, i moved to dovecot recently, maybe this is the problem. *sorry for my bad English
DirectAdmin Support Administrator Staff member Joined Feb 27, 2003 Messages 8,139 May 27, 2008 #2 Hello, That's an interesting statistic. Try redoing the stats, login to ssh as root and type: Code: echo "action=tally&value=all" >> /usr/local/directadmin/data/task.queue and wait about 10-20 minutes (depending on how many accounts you have) John
Hello, That's an interesting statistic. Try redoing the stats, login to ssh as root and type: Code: echo "action=tally&value=all" >> /usr/local/directadmin/data/task.queue and wait about 10-20 minutes (depending on how many accounts you have) John
B BestBoard Verified User Joined Sep 8, 2006 Messages 180 May 27, 2008 #3 i did it and it didn't work. i waited about 2 hours and it's still -52.. any ideas?
smtalk Administrator Staff member Joined Aug 22, 2006 Messages 9,090 Location LT, EU May 27, 2008 #4 Try: Code: echo "action=tally&value=all" >> /usr/local/directadmin/data/task.queue /usr/local/directadmin/dataskq d Maybe crond service is turned off or not working as it should work.
Try: Code: echo "action=tally&value=all" >> /usr/local/directadmin/data/task.queue /usr/local/directadmin/dataskq d Maybe crond service is turned off or not working as it should work.
DirectAdmin Support Administrator Staff member Joined Feb 27, 2003 Messages 8,139 May 27, 2008 #5 Also, go through everyone's reseller.usage and user.usage files to see what numbers are there, eg: Code: cd /usr/local/directadmin/data/users/ grep nemailf */reseller.usage grep nemailf */user.usage and check for any negative numbers. If the code that smtalk pasted works, to fix cron use this guide: http://help.directadmin.com/item.php?id=107 John
Also, go through everyone's reseller.usage and user.usage files to see what numbers are there, eg: Code: cd /usr/local/directadmin/data/users/ grep nemailf */reseller.usage grep nemailf */user.usage and check for any negative numbers. If the code that smtalk pasted works, to fix cron use this guide: http://help.directadmin.com/item.php?id=107 John