On Jan 21, 2009, at 11:59 PM, Marc Perkel wrote:

> What is the command if I want to rate limit outgoing email to a host  
> if
> I want to slow it down so I don't overload someone?

I use this one for yahoo:

Router:
   outbound_throttled:
     driver = dnslookup
     domains = \N^yahoo\.\N
     transport = throttled_smtp

Transport:
throttled_smtp:
   driver = smtp
   connection_max_messages = 5

I assume that's what you mean.

-Michael


-- 
## List details at http://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/

Reply via email to