Re: [exim] Rate-limit queue-processing per domain

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Jeremy Harris
日付:  
To: exim-users
題目: Re: [exim] Rate-limit queue-processing per domain
On 18/10/17 11:42, Charlie Elgholm wrote:
> Is there some way to have Exim rate-limit the queue runners, so they only
> process - let's say 10 messages per minute - for a domain (like
> outlook.com/live.com) - _regardless_ of how the message was put in the
> queue.


No. The queue-runners just don't do that.

You'd need to DIY; something like "take the first 10 id's from the
spooldir, once a minute, and run 'exim -M'". Possibly using
a named-spool for each class of such mails you wanted to keep separate.

--
Jeremy