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 -- ## List details at http://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
