Re: [exim] Fast insert into Exim's queue

Página Principal
Apagar esta mensagem
Responder a esta mensagem
Autor: Nico Erfurth
Data:  
Para: Chris Laif
CC: exim-users
Assunto: Re: [exim] Fast insert into Exim's queue
Chris Laif schrieb:
> Hi.
>
> I wonder what's the best way to insert a large number (~ 5000) of
> emails into exim's queue (No, these are _not_ spam messages!). Each
> email will consist of customized content for the recipient and it is
> planned to use VERP.


I used to do that with `exim -bS -odq`, just dump in all your messages
in bsmtp format and start some queuerunners afterwards.

You could also write out the files directly into the input queue, which
should be a bit faster. As long as you write the messages the same way
exim does, everthing should be fine.

Nico