Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!news.mira.net.au!vic.news.telstra.net!news.telstra.net!news-out.internetmci.com!uwm.edu!www.nntp.primenet.com!nntp.primenet.com!howland.erols.net!newsfeed.internetmci.com!news.ycc.yale.edu!yale!usenet From: Stefan Monnier <monnier@cs.yale.edu> Newsgroups: comp.mail.sendmail,comp.mail.smail,comp.unix.bsd.freebsd.misc Subject: Re: Sendmail vs. Smail... Date: 18 Dec 1996 20:18:05 -0500 Organization: Yale University, Department of Computer Science, New Haven, CT Lines: 19 Sender: monnier@daffy.systemsx.cs.yale.edu Message-ID: <5lafrbl4c2.fsf@daffy.systemsx.cs.yale.edu> References: <57tf61$gq7@raven.eva.net> <1996Dec16.152941.1706@isac.hces.com> <1996Dec1721.54.58.11342@koobera.math.uic.edu> <598tvm$t0h@ezekiel.eunet.ie> <1996Dec1821.08.45.5092@koobera.math.uic.edu> NNTP-Posting-Host: daffy.systemsx.cs.yale.edu X-Newsreader: Gnus v5.3/Emacs 19.34 Xref: euryale.cc.adfa.oz.au comp.mail.sendmail:35339 comp.mail.smail:2737 comp.unix.bsd.freebsd.misc:32770 djb@koobera.math.uic.edu (D. J. Bernstein) writes: > Huh? Anything else would drastically slow down mailing lists. In qmail, > every delivery happens immediately, subject to the concurrency limit set > by the sysadmin. This is the obvious way for an MTA to work. It is the most straight-forward way. I agree. But would it have been really hard to group messages by destination and then use multiple-rcpts or was it positively decided that multiple-rcpts was going to slow down transmission because sometimes it is slower ? I fail to see why grouping prevents "immediate delivery". Stefan PS: the idea is that qmail looks great to basically everyone, but that the choice of not doing multiple-rcpts does put off several potential users, whereas it doesn't seem that qmail and mutliple-rcpts are fundamentally mutually-exclusive. We want the best of both worlds (and of course the ability to turn off multiple-rcpts for those who prefer it that way)