From owner-freebsd-questions@FreeBSD.ORG Wed Feb 1 05:21:03 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 3CDD716A4F3 for ; Wed, 1 Feb 2006 05:21:03 +0000 (GMT) (envelope-from v.velox@vvelox.net) Received: from mail07.powweb.com (mail07.powweb.com [66.152.97.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0076543D45 for ; Wed, 1 Feb 2006 05:21:02 +0000 (GMT) (envelope-from v.velox@vvelox.net) Received: from vixen42.vulpes (24-119-205-114.cpe.cableone.net [24.119.205.114]) by mail07.powweb.com (Postfix) with ESMTP id 5816814DE87; Tue, 31 Jan 2006 21:21:01 -0800 (PST) Date: Tue, 31 Jan 2006 23:32:33 -0600 From: Vulpes Velox To: Frank Bonnet Message-ID: <20060131233233.5356013a@vixen42.vulpes> In-Reply-To: <43DF4655.3020800@esiee.fr> References: <43DF4655.3020800@esiee.fr> X-Mailer: Sylpheed-Claws 1.9.100 (GTK+ 2.8.11; i386-portbld-freebsd5.4) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: email cluster ? 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, 01 Feb 2006 05:21:03 -0000 On Tue, 31 Jan 2006 12:13:25 +0100 Frank Bonnet wrote: > Hello > > I'm thinking to setup a FreeBSD based load balancing "cluster" > email hub. > > Actually it is a "all in one" machine that runs > SMTP,IMAP,IMAPS,POP3,POP3S,antivirus,antispam,Webmail. > > I would like to split load on several machines > but have no experience of that kind of architecture. > Infos, links, very welcome. Not sure about how to get that working nicely with webmail, but the rest is simple. You need to have the storage space exported by nfs to every server machine. Using maildir helps massively as well. This is truely great for this sort of enviroments. I have been happy with qmail+spamcontrol, bincimap, spamassassin, procmail, and clamassassin at work. It all runs nicely over nfs as well.