Re: [Exim] Many mails

Góra strony
Delete this message
Reply to this message
Autor: Sheldon Hearn
Data:  
Dla: Gianni Campanile
CC: exim-users
Temat: Re: [Exim] Many mails

On Mon, 11 Jun 2001 18:45:10 +0200, "Gianni Campanile" wrote:

> A specialized process gets the body of the messages and the addressees
> and it is ready to call a "mailer" . I wonder if exim can help me: my
> real problem is that I don't wont to call a command for each mail to
> send, that would slow down terribly. The idea is to prepare directly
> the messages or to call some APIs to do the right job. I think I can't
> solve with list servers, because the messages are all different.


If you prepare the messages directly and can coerce your "mailer" into
doing an SMTP session, you can pump them all into a single Exim process
using batch SMTP mode (-bS). Make sure this user is a trusted user so
that the sender address in your "MAIL FROM" commands is used.

Ciao,
Sheldon.