Auteur: Jeremy Harris Date: À: exim-users Sujet: Re: [exim] Setup exim limit of sending out mails per hour per
destination domain
On 18/09/13 12:38, vynt nt wrote: > Suppose I have a domain abc.com and I want to limit of sending out mail per
> hour per destionation domain from *@abc.com to @google.com. Is it possible
> with exim ? What's configure, ACL or directive can do it ?
If you want to not accept for queuing mails over such a rate,
relatively simple; a deny acl recognising the sender and recipient-mx
with a "ratelimit" directive.
However, if you want to queue many such mails and play then out slow
enough to fly under google's radar - somewhat more difficult.
--
Jeremy