Re: [exim] Quick question

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Michael Johnson
日付:  
To: exim-users
題目: 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