From owner-freebsd-questions@FreeBSD.ORG Wed Feb 15 02:32:46 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7374316A420 for ; Wed, 15 Feb 2006 02:32:46 +0000 (GMT) (envelope-from jhfoo@nexlabs.com) Received: from tin.colossus.net (tin.colossus.net [216.121.224.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A0E943D45 for ; Wed, 15 Feb 2006 02:32:46 +0000 (GMT) (envelope-from jhfoo@nexlabs.com) Received: from nexpc (63.210-193-15.adsl.qala.com.sg [210.193.15.63]) by tin.colossus.net (8.9.3p2/8.9.3) with SMTP id SAA12774; Tue, 14 Feb 2006 18:30:38 -0800 Message-ID: <05c201c631d9$2ab950d0$c801a8c0@nexpc> From: "Foo Ji-Haw" To: "Francisco Reyes" References: <20060207222202.GA8604@math.jussieu.fr> <20060208002642.GA7618@alexis.mi.celestial.com> <20060208201321.GA23773@math.jussieu.fr> <20060208202207.GA22164@alexis.mi.celestial.com> <004c01c62d25$1d893910$c801a8c0@nexpc> Date: Wed, 15 Feb 2006 10:40:15 +0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1506 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1506 Cc: freebsd@celestial.com, freebsd-questions@freebsd.org Subject: Re: Large imap server. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2006 02:32:46 -0000 Specifically my mail server combo was: FreeBSD 4.1 + Qmail + Courier IMAP + MySQL 3.22 Qmail handles all incoming mails. With a simple Perl script using Mail::Audit, incoming mails are dropped to whatever directory is specified by a lookup on the MySQL table. Courier IMAP uses the same table to respond to IMAP connections. Since Maildir is used, we have experienced 0 mail corruptions since we moved away from Sendmail. Hope this helps. ----- Original Message ----- From: "Francisco Reyes" To: "Foo Ji-Haw" Cc: ; Sent: Wednesday, February 15, 2006 5:35 AM Subject: Re: Large imap server. > Foo Ji-Haw writes: > > > I've been using FreeBSD + courier IMAP + MySQL (for user authentication). > > It's hardly a load issue for more than 200,000 users, and that was years > > ago. > > Would you mind sharing some info on the setup? > First time I read about a courier setup of that size.