ratelimit "limite_1H" rcpt 20 / 1h key "%M{auth_authen}"
ratelimit "limite_1D" rcpt 480 / 1d key "%i%M{auth_authen}"
ratelimit "limite_1D" rcpt 480 / 1d key "%i%M{auth_authen}"
But our problem is that if the condition is the same in both limits, for example:
ratelimit "limite_1H" rcpt 20 / 1h key "%M{auth_authen}"
ratelimit "limite_1D" rcpt 480 / 1d key "%M{auth_authen}"
ratelimit "limite_1D" rcpt 480 / 1d key "%M{auth_authen}"
This doesn't work as expected,and hists to both limits causes blacklists acl using the limits mixing each other.
Is there really a limitation like this? or we are missing something?
Thanks
Maren