Re: [Exim] exim performance

Top Page
Delete this message
Reply to this message
Author: Sheldon Hearn
Date:  
To: Nico Erfurth
CC: Paulo Henrique Baptista de Oliveira, exim-users@exim.org
Subject: Re: [Exim] exim performance
On (2002/10/23 14:56), Nico Erfurth wrote:

> If you want to just INJECT the messages (massmailings, i hope no spam),
> you can use exim -bS -odqs to enqueue the messages via bsmtp, they will be
> routed and enqueued.


Be careful; -odqs will instantiate a child per message accepted, to
handle routing. If you inject a lot of mail this way, and you do so
faster than the child processes can handle routing, you'll be looking at
a spectacular forkbomb.

Ciao,
Sheldon.