16 messages in net.sourceforge.lists.courier-usersRe: [courier-users] Re: RFC 2047 2045...
FromSent OnAttachments
Christian JourdeSep 7, 2000 6:52 am 
Christian JourdeSep 13, 2000 9:16 am 
Chad Leigh, Shire.Net LLCSep 13, 2000 9:57 am 
Christian JourdeSep 13, 2000 2:19 pm 
Gordon MessmerSep 13, 2000 2:49 pm 
Christian JourdeSep 13, 2000 3:01 pm 
Michael S. FischerSep 13, 2000 4:08 pm 
Gordon MessmerSep 13, 2000 5:24 pm 
Sam VarshavchikSep 13, 2000 6:20 pm 
Jason BakerSep 14, 2000 10:10 am 
Sam VarshavchikSep 14, 2000 7:30 pm 
Christian JourdeSep 15, 2000 3:23 am 
Jan MachSep 15, 2000 6:04 am 
Christian JourdeSep 15, 2000 6:49 am 
Gordon MessmerSep 15, 2000 9:30 pm 
Michael T. BabcockSep 15, 2000 10:41 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [courier-users] Re: RFC 2047 2045 COMPLIANCEActions...
From:Michael T. Babcock (mike@pobox.com)
Date:Sep 15, 2000 10:41:35 pm
List:net.sourceforge.lists.courier-users

Obviously, any sort of feature is going to cause slow-downs. Courier tends to be easier to configure and manage, and has built-in support for POP and IMAP (among other features) which qmail does not (and requires external programs to do).

qmail is also faster because it does not use the standard C library, to my knowledge, but the author has implemented those functions he wants himself, making the code smaller and tighter. qmail just does what it does -- one program accepts mail, one drops it in local mail directories, one sends it off over the network ... no elaborate features, really. Extra features are added by extra software.

This is neither good, nor bad, but Courier probably couldn't be optimised as much without changing how much work it does.

Gordon Messmer wrote:

You don't want to use Courier sometimes when speed is an absolute requirement. Depending on the kind of mail traffic, Courier can be a lot slower than Qmail pushing a large load of mail out.

Will that always be the case? Is there a specific design philosophy which precludes the possibility of Courier being faster than Qmail?