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

Top Page
Delete this message
Reply to this message
Author: Nico Erfurth
Date:  
To: Chris Laif
CC: exim-users
Subject: 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