Set limits to sended messages for user in one hour

RosT

Verified User
Joined
Jul 4, 2004
Messages
73
How to limit sending messages for each user to maximum 100 messages per hour?
 
pico /etc/exim.conf


message_size_limit
Setting this option limits the size of message that Exim will accept.


return_size_limit
Setting this option limits the amount of an incoming message that Exim will return as part of a bounce message.


deliver_load_max
If the system load exceeds the value given for this option, all mail delivery is suspended, though messages are still accepted.


smtp_accept_max
This is the maximum number of simultaneous incoming SMTP calls Exim is prepared to accept.


log_level
This option controls the amount of material that is written to the log. There are also some options with names beginning with log_ that control the logging of specific information.



hope that helps.
 
sohaib, thanks for that answer. But that dont solve the problem.

The question is, how can i limit sending messages for each user to a maximum number in a X time interval.
 
Back
Top