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

Top Page
Delete this message
Reply to this message
Author: Jeremy Harris
Date:  
To: exim-users
Subject: 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