From owner-freebsd-questions@FreeBSD.ORG Wed May 27 20:09:31 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B858C1065674 for ; Wed, 27 May 2009 20:09:31 +0000 (UTC) (envelope-from mel.flynn+fbsd.questions@mailing.thruhere.net) Received: from mailhub.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id 86D708FC12 for ; Wed, 27 May 2009 20:09:31 +0000 (UTC) (envelope-from mel.flynn+fbsd.questions@mailing.thruhere.net) Received: from sarevok.dnr.servegame.org (mailhub.rachie.is-a-geek.net [192.168.2.11]) by mailhub.rachie.is-a-geek.net (Postfix) with ESMTP id 36F927E83F; Wed, 27 May 2009 12:09:30 -0800 (AKDT) From: Mel Flynn To: freebsd-questions@freebsd.org Date: Wed, 27 May 2009 22:09:28 +0200 User-Agent: KMail/1.11.3 (FreeBSD/8.0-CURRENT; KDE/4.2.3; i386; ; ) References: <1F9F36FCD9644D4683DADAF7DD62B412@john> In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-2" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200905272209.28550.mel.flynn+fbsd.questions@mailing.thruhere.net> Cc: "John Dakos \[ Enovation Technologies \]" , Zbigniew Szalbot Subject: Re: Stable Mail Server And Web Mail 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, 27 May 2009 20:09:32 -0000 On Monday 25 May 2009 13:53:40 Zbigniew Szalbot wrote: > Hello, > > > Hello all , I want to install a Mail Server with Webmail, > > > > Anybody to know a good Stable Mail Server and Web Mail > > I recommend the following step-by-step instructions: > http://www.purplehat.org/?page_id=4 It's a detailed how-to but consider the following: a) With Oracle acquiring Sun, one should move to PostgreSQL where ever possible. b) Spam Assassin is a resource hog, use mail/dspam. c) While postfix-admin is ok for one box setup, it doesn't scale at all - you'll have to install it for every physical machine to manage that specific database for that box. I know of no alternatives, hence I'm rolling my own. -- Mel