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:Jay Lee (jl@pbu.edu)
Date:Feb 8, 2006 1:01:21 pm
List:net.sourceforge.lists.courier-imap

On Wed, February 8, 2006 3:54 pm, Albert Shih wrote:

Someone tell me the Cyrus imap is better than Courier-imap (Please don't troll) because (this is what I understand but I never use it) it's easy to split physicaly the smtp (with anti-virus/anti-spam/etc...) server and the imap server. And between the smtp server and the imap server we can use LSMTP (L for Ligth) protocol. The difference between LSMTP and SMTP is the first is very light and more faster than SMTP.

Yes, Cyrus has a rep for scaling well in large installations although it also has a reputation for being hard to configure. Courier also scales very well though and can easily be spread across numerous boxes with one handling SMTP and one handling IMAP, you can even do multiple boxes per service. The best way to acheive this is probably via a NFS share common to the SMTP and IMAP servers. The SMTP server will write new mail to the Maildirs stored on the NFS Server and the IMAP server will read/write the mail as users access it. Maildir, Courier's backend storage method is quite capable over NFS and is designed to prevent corruption.