Am 10.03.2014 13:41, schrieb Neo:
> Hi,
>
> I am using VestaCP and there is basically no option so i try to limit
> it on exim4 itself, i am using exim 4.80 and try just to limit the
> outgoing emails per day per domain to 40.
> Any idea? and in which configuration file should i put in? does it
> matter?
>
> Thanks
>
Hi again,
I got it working with
|acl_not_smtp:
deny message = Sender rate overlimit - $sender_rate / $sender_rate_period
ratelimit = 50 / 1h / strict
accept
The problem is, its limit not per user and so it blocks the hole server, any idea how to limit it per user?
Thanks
|