Thank you Heike. The retry rules would only apply after the message is deferred by the recipient host, right? But let's say I want send directly to queue all messages that exceed a certain limit per time frame. That is what I mean by throttling. This in intended to warm up fresh IPs.
I was thinking perhaps using transport_filter that passes the recipients domain to an external command. Documentation says that if the command returns a non zero code, then the message is queued. What do you think? Thanks again. 2014-02-12 17:04 GMT-03:00 Heiko Schlittermann <[email protected]>: > Hi, > > thinking about your question again... > > Heiko Schlittermann <[email protected]> (Di 11 Feb 2014 23:38:51 CET): >> 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. > > If you really have to limit the outgoing side, you may want to check > the retry rules. Section "32. RETRY CONFIGURATION" is a good starting > point. > > Sorry for the misleading answer I sent you yesterday. > > Best regards from Dresden/Germany > Viele Grüße aus Dresden > Heiko Schlittermann > -- > SCHLITTERMANN.de ---------------------------- internet & unix support - > Heiko Schlittermann, Dipl.-Ing. (TU) - {fon,fax}: +49.351.802998{1,3} - > gnupg encrypted messages are welcome --------------- key ID: 7CBF764A - > gnupg fingerprint: 9288 F17D BBF9 9625 5ABC 285C 26A9 687E 7CBF 764A - > (gnupg fingerprint: 3061 CFBF 2D88 F034 E8D2 7E92 EE4E AC98 48D0 359B)- > > -- > ## 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/ -- ## 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/
