On 11. Februar 2014 20:14:57 MEZ, Diego Sanchez <[email protected]> wrote: >Hello, >Is there a way to implement by domain throttling (outgoing). This is to >handle the different limits per time period ESPs have. >For example, I noticed yahoo has low limits and it defers all messages >passed that limit. > > >Thank you. >Diego Sanchez.
Hi, I would not throttle the output, because Exim does a good job with retrying the deferred deliveries. (If they (yahoo) use strict quota (counting even the delivery attempts) , it's something else.) More I'd throttle the ingress, if possible. It is much more easy to implement, using ratelimit in the ACL. -- Heiko Schlittermann (unterwegs) -- ## 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/
