> > In this way you'll make the first delivery attempt yourself for each
> > recipient; avoiding any overhead in the qmail-send process or the queue
> > management. if the first attempt fails then the message is passed off to
> > qmail-send to handle, which should be a much lower volume of mail.
> 
> I understand this code has to be executed in a loop for each
> recipient...Can you explain what advantages I get doing it this way ?

By using qmail-remote directly you avoid all of the I/O overhead of
placing the message in the queue and have qmail-send find and process
each message. Going to qmail-remote directly is a zero I/O cost
strategy.

I recently did a system somewhat like this across multiple servers and
the systems doing the initial qmail-remote delivery attempt where
diskless. Works a treat.


Regards.

Reply via email to