-52 Email Forwarders?

BestBoard

Verified User
Joined
Sep 8, 2006
Messages
180
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.

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
 
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
 
i did it and it didn't work.
i waited about 2 hours and it's still -52..

any ideas?
 
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.
 
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
 
Back
Top