From owner-freebsd-isp@FreeBSD.ORG Fri Jul 7 02:52:26 2006 Return-Path: X-Original-To: freebsd-isp@freebsd.org Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B739716A4DA for ; Fri, 7 Jul 2006 02:52:26 +0000 (UTC) (envelope-from lists@stringsutils.com) Received: from zoraida.natserv.net (p65-147.acedsl.com [66.114.65.147]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5806143D45 for ; Fri, 7 Jul 2006 02:52:26 +0000 (GMT) (envelope-from lists@stringsutils.com) Received: from zoraida.natserv.net (localhost.natserv.net [127.0.0.1]) by zoraida.natserv.net (Postfix) with ESMTP id 0CEC1B833 for ; Thu, 6 Jul 2006 22:52:23 -0400 (EDT) X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on zoraida.natserv.net X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=failed version=3.1.3 Received: from zoraida.natserv.net (zoraida.natserv.net [66.114.65.147]) by zoraida.natserv.net (Postfix) with ESMTP id C3370B822 for ; Thu, 6 Jul 2006 22:52:22 -0400 (EDT) Message-ID: X-Mailer: http://www.courier-mta.org/cone/ From: Francisco Reyes To: FreeBSD ISP Date: Thu, 06 Jul 2006 22:52:22 -0400 Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset="US-ASCII" Content-Disposition: inline Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP Subject: IAMP servers in FreeBSD for ISP X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 02:52:26 -0000 Anyone care to share what IMAP servers they have found to scale best? We are currently using courier and at times it seems it really will not scale well into thousands of emails. We have basically one setup with self contained machines that do all the work and a second setup where we break the load into MX machines, NFS to store the maildir for courier and front end machines to run courier and NFS. We can handle hundreds of accounts in the self contained, more or less ok (depending on the mix of pop or imap). The second setup is more complex to meassure since the load is distributed. The biggest problem with this second setup is that the front end machines end up needing to mount several of the Maildir NFS servers and we have found that one of the NFS servers going down can affect all of the front end machines. What have others found to scale well and what kind of hardware are you using?