Hoping someone can shed some light.

I want to configure an ACL to rate limit incoming emails (from localhost) on a per receiver address basis (so localhost can only send, say, 5 emails to specificaddr...@example.com per day).

I believe I can achieve this with a 'ratelimit' acl, something like:

warn  (*eventually will be deny)
  ratelimit = 5 / 1d / per_rcpt / strict / $sender_address
  log_message = SENDER RATE: $sender_rate

Am I correct in this assertion? When I've tried to apply this config to my ACL file I'm not noticing anything being logged. Could this be related to me sending from localhost rather than another host?

Thanks for any help anyone can offer,

Robin.




<mailto:exim-users@exim.org>
--
## List details at https://lists.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/

Reply via email to