On Tue, Jan 21, 2014 at 11:28 PM, Er.shashank.singh <[email protected]> wrote: > Hi, > > I am trying to prevent to user for sending outbound mails from server at > the rate of 100 mails per hours > > authenticated = * > deny ratelimit = 100 / 1h / per_rcpt / strict / $authenticated_id > log_message = Rejected $authenticated_id due over rate with > $sender_rate/$sender_rate_period > message = Rate limited
As Duane said, the "authenticated = *" portion needs to be after the "deny" line. The way you wrote it, the authenticated line is grouped with the previous accept/warn/deny verb. Which ACL are you putting this in? This would normally go in the RCPT ACL. I just wanted to make sure that's where you are putting it. ...Todd -- The total budget at all receivers for solving senders' problems is $0. If you want them to accept your mail and manage it the way you want, send it the way the spec says to. --John Levine -- ## 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/
