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