From owner-freebsd-questions@FreeBSD.ORG Wed Nov 14 15:10:35 2007 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 0393E16A421 for ; Wed, 14 Nov 2007 15:10:35 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id B041513C481 for ; Wed, 14 Nov 2007 15:10:34 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1IsJsk-0006rr-C7 for freebsd-questions@freebsd.org; Wed, 14 Nov 2007 15:10:22 +0000 Received: from lara.cc.fer.hr ([161.53.72.113]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 14 Nov 2007 15:10:22 +0000 Received: from ivoras by lara.cc.fer.hr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 14 Nov 2007 15:10:22 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Ivan Voras Date: Wed, 14 Nov 2007 16:13:35 +0100 Lines: 23 Message-ID: References: <200711140204.lAE24oTv016136@banyan.cs.ait.ac.th> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: lara.cc.fer.hr User-Agent: Thunderbird 2.0.0.6 (X11/20070801) In-Reply-To: <200711140204.lAE24oTv016136@banyan.cs.ait.ac.th> Sender: news Subject: Re: What server for a mail server 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, 14 Nov 2007 15:10:35 -0000 Olivier Nicole wrote: > Hi, > > I have a project where I should set-up a mail server for approximately > 12000 users, 4000 virtual domains, 15000 messages per day, 700 MB > traffic per day. Depending on how you interpret this information, its load is not that high - this amounts to something like 10 messages per minute. Any modern hardware (e.g. Xeon 51x0+, dual-core and better Opterons) should handle this just fine. > The machine should run Postfix, courrier-imap and a web mail (probably > squirel), Apache 2, spamassassin, clamav, greylist Scanning for spam and viruses will be the biggest bottlenecks. If you want to go the safe route, move these tasks on an additional machine, and use the main machine for everything else. Hardware is relatively cheap nowadays, for example 2 Dells 2950 with a Xeon 5120 and with 4 GB RAM each should do fine, or even one with double everything. Go for the 64-bit kernel since it will enable you to add more RAM.