Re: [exim] limiting exim process count?

Top Page
Delete this message
Reply to this message
Author: Lena
Date:  
To: exim-users
Subject: Re: [exim] limiting exim process count?
> From: "B. Cook"

> When it sends a email (ezmlm does one to one emails) it generates 600+
> single/individual emails.
>
> When qmail sends to exim, exim immediately starts to deliver the mails
> which results in 600+ exim processes trying to deliver.


> Is there a way to queue emails 'from' a certain address so that exim can
> try after it figure out that 200+ emails have to go to aol.. so that it
> can try and deliver those in its most efficient manner..


I use:

remote_smtp:
driver = smtp
serialize_hosts = *

But that's for all emails.