Wednesday, January 22, 2014, 7:28:42 AM, you 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
Try it this way:
deny message = Rate limited
authenticated = *
ratelimit = 100 / 1h / per_rcpt / strict / $authenticated_id
> but is is denied the incoming mail too so i want to set the restrict only
> for outbound with each mail id not for inbound can any one lhelp me.
--
Best regards,
Duane mailto:[email protected]
--
## 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/