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 -- ## 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/
