atom feed25 messages in net.sourceforge.lists.courier-imapRe: [Courier-imap] LSMTP
FromSent OnAttachments
Albert ShihFeb 8, 2006 12:29 pm 
Ralf HildebrandtFeb 8, 2006 12:36 pm 
Albert ShihFeb 8, 2006 12:53 pm 
Ralf HildebrandtFeb 8, 2006 12:57 pm 
Jay LeeFeb 8, 2006 1:01 pm 
Albert ShihFeb 8, 2006 1:06 pm 
Jay LeeFeb 8, 2006 1:14 pm 
Albert ShihFeb 8, 2006 1:32 pm 
Jay LeeFeb 8, 2006 1:59 pm 
Brian CandlerFeb 8, 2006 2:02 pm 
Angel L. MateoFeb 8, 2006 11:51 pm 
Ralf HildebrandtFeb 9, 2006 12:18 am 
Brian CandlerFeb 9, 2006 12:12 pm 
Albert ShihFeb 9, 2006 3:48 pm 
Albert ShihFeb 9, 2006 3:55 pm 
Brian CandlerFeb 9, 2006 11:30 pm 
Rudy GevaertFeb 14, 2006 8:01 am 
Brian CandlerFeb 14, 2006 10:34 am 
Albert ShihFeb 14, 2006 2:52 pm 
Charles SprickmanFeb 14, 2006 3:12 pm 
Brian CandlerFeb 14, 2006 11:54 pm 
Brian CandlerFeb 14, 2006 11:59 pm 
Aaron WiebeFeb 15, 2006 6:00 am 
Chris StratfordFeb 15, 2006 9:21 am 
Aaron WiebeFeb 15, 2006 10:30 am 
Subject:Re: [Courier-imap] LSMTP
From:Brian Candler (B.Ca@pobox.com)
Date:Feb 9, 2006 11:30:03 pm
List:net.sourceforge.lists.courier-imap

On Fri, Feb 10, 2006 at 12:56:17AM +0100, Albert Shih wrote:

and manage, and in the case of Cyrus, keeps the code base simple.

Stupid question : Why «in the case of Cyrus» ? What's difference is this question between Cyrus and Courier-Imap ?

Cyrus is a "closed box" solution. It has a proprietary mail store format, and therefore they must include all the tools both for delivering mail to it (LMTP) and retrieving mail from it (POP3 and IMAP). Any webmail server you use with Cyrus would have to talk IMAP, for example.

Courier-imap uses Maildir(++) for its message storage. It doesn't include a component for delivering mail into the Maildir over a TCP/IP connection, because there are plenty of components already available which can do that. (e.g. courier-mta, exim, postfix, or any MTA which can invoke an external delivery agent such as maildrop or deliverquota)

Somebody could write a custom LMTP to Maildir delivery agent, but it probably wouldn't be worth the effort as most people wouldn't use it; they would just configure their Maildir-aware MTA to deliver directly into the Maildir anyway.

Regards,

Brian.