Limits question

anti-ts

Verified User
Joined
Jan 25, 2014
Messages
42
Hi...

A bit confused now with the message below:

There have been 1182 outgoing emails yesterday from the XXXXX User account.
There could be a spammer, the account could be compromised, or just sending more emails than usual.

This warning was generated because the 400 email threshold was passed.


User limit is 400. Does this mean that 1182 was actually sent out?
Or only 400 were sent out and 1182-400 entered MTA but got removed before leaving server?

Running DirectAdmin 1.49.1, exim.pl version 17, SpamBlocker.exim.conf.2.1.2-release (from directadmin.com files).


Thank you.
 
Hello,

Usually it would mean no email above 400 was accepted for further delivery. To be sure just check exim's logs.
 
Hello,

Usually it would mean no email above 400 was accepted for further delivery. To be sure just check exim's logs.


Thanks...

Is there any suggested way to count the number of outgoing messages of a specific user in exim logs?
 
grep -c

run
Code:
man grep
for more details on usage

eximstats

run
Code:
perldoc eximstats
for more details on usage
 
Back
Top