On 2014-03-11, Neo <neo@???> wrote:
>
>|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?
do the ratelimit like this:
ratelimit = 50 / 1h / strict / $authenticated_sender
--
Neither the pheasant plucker, nor the pheasant plucker's son.