From owner-freebsd-questions@FreeBSD.ORG Sat Apr 8 21:11:06 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 4E67E16A470 for ; Sat, 8 Apr 2006 21:11:06 +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 D81FC43D46 for ; Sat, 8 Apr 2006 21:11:05 +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 72E9FB82E; Sat, 8 Apr 2006 17:11:04 -0400 (EDT) Received: from zoraida.natserv.net (zoraida.natserv.net [66.114.65.147]) by zoraida.natserv.net (Postfix) with ESMTP id 22695B82A; Sat, 8 Apr 2006 17:11:04 -0400 (EDT) References: <443731E5.9030209@greenmeadow.ca> Message-ID: X-Mailer: http://www.courier-mta.org/cone/ From: Francisco Reyes To: Duane Whitty Date: Sat, 08 Apr 2006 17:11:03 -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 Cc: 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: Sat, 08 Apr 2006 21:11:06 -0000 Duane Whitty writes: > My appologies in advance for the OT post. > This probably more appropriately belongs on ISP@ but > there doesn't seem to be much traffic there. Although there isn't much traffic, people to read it, and so far the advice I have gotten from that list is pretty good. > business. Right now I have Sendmail configured > and I was about to install Courier-IMAP. My > concern is future scalability. What volume are you looking to handle? How many users? > I'm not sure sendmail > is the right back-end MTA. I am more of a Postfix kind of person, but can't imagine that you would have a performance issue because of using sendmail. However you need to give details such as how many machines you plan to use, what configuration in the machines, how many users, how many domains.. and anything you can specify. > I'm considering Exim or POSFIX. I personally find Postfix easy to use, learn and very stable. > Is there anyone on the list who might be serving many > business customers each with many users who would > be willing to share their insights or opinions on this? Until you give more info about your volume it's hard to give you any good information. I find Postfix to be very scalable, easy to use and maintain. I find Courier to be easy to use and maintain, but not necessary easy to scale.. HOWEVER, I am talking about THOUSANDS of email accounts.. so unless you reply saying that you will have large volumes.. in the thousands, performance may be a non issue. The hardware you use will also have a significant impact.. the architecture (ie single machine vs multiple machines splitting functions such as MX, outboud mail, webmail, mail storage.. )