From owner-freebsd-questions@FreeBSD.ORG Thu Oct 18 12:38:08 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 C432E16A421 for ; Thu, 18 Oct 2007 12:38:08 +0000 (UTC) (envelope-from Johan@double-l.nl) Received: from smtp-vbr17.xs4all.nl (smtp-vbr17.xs4all.nl [194.109.24.37]) by mx1.freebsd.org (Postfix) with ESMTP id 6B64E13C4C8 for ; Thu, 18 Oct 2007 12:38:08 +0000 (UTC) (envelope-from Johan@double-l.nl) Received: from w2003s01.double-l.local (dpm.xs4all.nl [80.126.205.144]) by smtp-vbr17.xs4all.nl (8.13.8/8.13.8) with ESMTP id l9ICc6hQ030180 for ; Thu, 18 Oct 2007 14:38:07 +0200 (CEST) (envelope-from Johan@double-l.nl) Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.5 Date: Thu, 18 Oct 2007 14:38:07 +0200 Message-ID: <57200BF94E69E54880C9BB1AF714BBCB19BDFF@w2003s01.double-l.local> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Virtual email server Thread-Index: AcgRegYGrLeCUeNZTaid0sUUewpxJwACIY/wAABJ3gA= From: "Johan Hendriks" To: X-Virus-Scanned: by XS4ALL Virus Scanner Subject: FW: Virtual email 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: Thu, 18 Oct 2007 12:38:08 -0000 >>Olivier Nicole a =E9crit : >> Hi, >> >> I am asked to build a virtual (couple of thousand of domains) email >>server: smtp, imap, pop and web mail. >> >> Sendmail is not the best choice, any sugestion about the various = tools >> of choice for every components? >> >> So far I have only run single domain servers. >> >> TIA, >> >> Olivier >> =20 >May be courier-mta : http://www.courier-mta.org/ >In the ports tree: mail/courier >Rgeards A good combination could be: Dovecot (imap pop server) Postfix (MTA smtp with mysql support) Mysql (database server to store user accounts aliases enz) Postfixadmin (webgui to manage users, domains, aliases in the mysql = database. Also provides out of office) (I would use the svn version.) Lighttpd (webserver for webmail) Squirrelmail (webgui for webmail), or use imp from the horde framework. Works like a charm for me.