From owner-freebsd-questions@FreeBSD.ORG Mon Apr 17 18:47:33 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 06EAE16A400 for ; Mon, 17 Apr 2006 18:47:33 +0000 (UTC) (envelope-from chris@Shenton.Org) Received: from Shenton.org (23.ebbed1.client.atlantech.net [209.190.235.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0779343D45 for ; Mon, 17 Apr 2006 18:47:31 +0000 (GMT) (envelope-from chris@Shenton.Org) Received: (qmail 10277 invoked by uid 1001); 17 Apr 2006 18:47:28 -0000 From: Chris Shenton To: robert References: <443731E5.9030209@greenmeadow.ca> <1144484393.9480.5.camel@localhost.localdomain> Date: Mon, 17 Apr 2006 14:47:28 -0400 In-Reply-To: <1144484393.9480.5.camel@localhost.localdomain> (bsd@bathnetworks.com's message of "Sat, 08 Apr 2006 09:19:52 +0100") Message-ID: <86lku411kv.fsf@PECTOPAH.shenton.org> User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Duane Whitty , freebsd-questions@freebsd.org Subject: Re: OT - Scalable email server solution needed 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: Mon, 17 Apr 2006 18:47:33 -0000 robert writes: > Have a look at qmail, It is very scalable and well supported with > various sites and mailing lists. Iv'e been using it for well over a year > now. Most important thing, IMHO, is uptime. If you use the Maildir mailbox format you can put it on a solid NFS server like a NetApp and front it with any number of MTAs and IMAP servers. Maildir is NFS-safe. If a (used) netApp is too expensive for you, the same approach still keeps your complicated services off your most critical file server. I used qmail-ldap (qmail with LDAP for virtualization) and a handfull of 1U SMTP/IMAP/POP/Squirrelmail servers. Each server had a local read-only replica of the LDAP data sync'd from the LDAP master. Zero downtime in well over a year, even with taking individual boxes down (one at a time) for upgrades and such. You could also look at Vpopmail virtualization for qmail. I've not tried to scale that across multiple boxes so I don't know how you'd replicate the account info.