PDA

View Full Version : -52 Email Forwarders?



BestBoard
05-25-2008, 04:41 AM
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.

http://www.keep.co.il/out.php/i10588_huh.jpg

how can i fix it?

*by the way, i moved to dovecot recently, maybe this is the problem.

:confused:

*sorry for my bad English

DirectAdmin Support
05-27-2008, 12:36 AM
Hello,

That's an interesting statistic.

Try redoing the stats, login to ssh as root and type:
echo "action=tally&value=all" >> /usr/local/directadmin/data/task.queueand wait about 10-20 minutes (depending on how many accounts you have)

John

BestBoard
05-27-2008, 02:49 PM
i did it and it didn't work.
i waited about 2 hours and it's still -52..

any ideas?

smtalk
05-27-2008, 02:52 PM
Try:

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
05-27-2008, 02:55 PM
Also, go through everyone's reseller.usage and user.usage files to see what numbers are there, eg:
cd /usr/local/directadmin/data/users/
grep nemailf */reseller.usage
grep nemailf */user.usageand 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