Suspend on limit is not working

Ghadamyari

Verified User
Joined
Aug 13, 2011
Messages
32
I see a client on a directadmin ded server here has sent 27k emails in 6 days but directadmin didn't suspend that user! The email limit is already set for the user to 4000/day and Suspend on limit is also set to on!
email-suspend-doesnt-work.png
How can I figure out why directadmin didn't work here?
 
Hello,

Make sure to have the latest exim.conf 4.x and actual version of exim.pl. The both are requirements so that sending limits would work.

Directadmin does suspend user accounts if an user hits a sending limit, DA only blocks access to SMTP temporary for such an user.
 
Code:
Latest version of Exim: 4.87
Installed version of Exim: 4.87

Latest version of exim.conf: 4.4.6
Installed version of exim.conf: 4.4.6

How can I check exim.pl version?
Isn't it possible to set da to fully suspend the account instead of just blocking SMTP for that particular user?
 
There is no such a ready feature. I don't recall anybody here who would want the same. So that's up to you to write a script or hire somebody to write a script, which will suspend an user account if daily limit on number of emails will be hit.
 
Back
Top