Re: [exim] Quick question

Etusivu
Poista viesti
Vastaa
Lähettäjä: Michael Johnson
Päiväys:  
Vastaanottaja: exim-users
Aihe: Re: [exim] Quick question
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