Daily email limits aren't resetting

Tiftnet

New member
Joined
Jun 28, 2011
Messages
2
We've recently started having an email limitation problem. According to the DA control panel, one of our users on one day shows as having sent 400+ emails. Our understanding is that this count is reset every night because the limit in the next column is expressed in xx/day. The next day, the emails sent for this customer is showing 500+. It appears that the daily email count isn't resetting. We've gone through the help documentation to verify that the cron file is creating the task.queue file and that dataskq will run. However, it seems as if the email count is being reset on a monthly basis instead of a daily basis.

Any ideas?

Thanks,
Donovan Adkisson
Manager
Plant TiftNet, Inc.
 

Attachments

  • DAControl.png
    DAControl.png
    46.1 KB · Views: 355
Is your cron list up to date as in /usr/local/directadmin/scripts/directadmin_cron

Maybe read: http://www.directadmin.com/features.php?id=1121

We have looked at that particular link before, but it really didn't shed any light for us. Also, this is our directadmin_cron in cron.d:

Code:
* * * * * root /usr/local/directadmin/dataskq
2 0-23/6 * * * root echo 'action=vacation&value=all' >> /usr/local/directadmin/data/task.queue;
#5 5 * * 0 root /sbin/quotaoff -a; /sbin/quotacheck -augm; /sbin/quotaon -a;
10 0 * * * root echo 'action=tally&value=all' >> /usr/local/directadmin/data/task.queue
20 4 1 * * root echo 'action=reset&value=all' >> /usr/local/directadmin/data/task.queue
0 4 * * * root echo 'action=check&value=license' >> /usr/local/directadmin/data/task.queue
 
Sorry to bump a thread.

We have just had our first user hit the limit, we increased their limit to 700/day, however, the stats state they've sent 867 in just 10 hours, which is wrong - I'm just assuming its just a visual glitch as there were no limit warning emails.
 
Back
Top