I am using policyd-rate-limit and it works only for global sending outgoing mails like that:
limits:
- [30, 600]
Limit to 30 mails yb 10 minutes. And when I try to set limit for each user like that:
limits_by_id:
test@domain.loc: [1, 600]
then no result :( Unfortunatelly doc for policyd-rate-limit is very poor :(