Jon <[EMAIL PROTECTED]> wrote:
> 
> Background - we have been running a simple newsletter on our site for over a
> year now - we coded the adding/remove of people on the list ourself, as it
> very customised for the site.  Up to now we have been sending the newsletter
> by using qmail-inject for every email address on the list.  Now its got to a
> stage which is too much (50,000 email addresses on the list).
> 
> I have been reading this list and some people has been talking about sending
> the messages stright into qmail-queue and not qmail-inject.
> 
> Would this speed up everything for me - less load on the server, faster send
> time?

Provided you supply qmail-queue with all the recipients at once, yes, you
would see a (possibly large) improvement.

If you use qmail-queue this way, you are sending one message to 50000
recipients.  If you call qmail-queue (or qmail-inject) separately for each
recipient, you're queuing 50000 messages, each for one recipient.  There's
a big difference.

Charles
-- 
-----------------------------------------------------------------------
Charles Cazabon                            <[EMAIL PROTECTED]>
GPL'ed software available at:  http://www.qcc.sk.ca/~charlesc/software/
Any opinions expressed are just that -- my opinions.
-----------------------------------------------------------------------

Reply via email to