On 28/03/18 15:37, Richard Anderson via Exim-users wrote: > I am attempting to setup ratelimit based on recipient. I am unable to > limit the number of emails sent to a specific recipient. This is the > configuration I am using > (/etc/exim4/conf.d/acl/10_exim4-config_smtp_rcpt): > > acl_smtp_rcpt: > > defer > ratelimit = 2 / 1h / $recipients
Read the docs on $recipients. You perhaps should use $local_part@$domain Also think hard about your test method. Will it result in that ACL being relevant? -- Cheers, Jeremy -- ## 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/
