From owner-freebsd-jail@FreeBSD.ORG Wed Feb 10 16:02:11 2010 Return-Path: Delivered-To: freebsd-jail@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AC4A910656A9 for ; Wed, 10 Feb 2010 16:02:11 +0000 (UTC) (envelope-from tom@diogunix.com) Received: from mail.kepos.org (mail.kepos.org [85.125.223.249]) by mx1.freebsd.org (Postfix) with ESMTP id 1CBF88FC32 for ; Wed, 10 Feb 2010 16:02:10 +0000 (UTC) Received: from gyro.localnet (95-90-251-177-dynip.superkabel.de [95.90.251.177]) by mail.kepos.org (mail.kepos.org) with ESMTPSA id 71412514C57; Wed, 10 Feb 2010 17:02:10 +0100 (CET) From: "tom@diogunix.com" To: freebsd-jail@freebsd.org, Odhiambo Washington Date: Wed, 10 Feb 2010 17:03:09 +0100 User-Agent: KMail/1.10.4 (Linux/2.6.27-9-generic; KDE/4.1.4; i686; ; ) References: <991123401002100558s4c92e4efl21ca3bb54cbabcda@mail.gmail.com> <4B72CFD1.90208@black-earth.co.uk> In-Reply-To: <4B72CFD1.90208@black-earth.co.uk> MIME-Version: 1.0 Message-Id: <201002101703.09632.tom@diogunix.com> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Matthew Seaman Subject: Re: All-in-one Server X-BeenThere: freebsd-jail@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Discussion about FreeBSD jail\(8\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Feb 2010 16:02:11 -0000 Am Mittwoch 10 Februar 2010 16:25:05 schrieb Matthew Seaman: > On 10/02/2010 13:58, Odhiambo Washington wrote: > > Hello sysadmins, > > > > Happy New Year (2010)! > > > > Anyone knows if I can build a FreeBSD box that has: > > > > Firewall /Gateway /Mail Server Solution with > > the following capabilities: > > . http, pop, smtp, and imap email access. > > . Global Address List facility > > . Personal Address List facility > > . Personal and Group Scheduling through a calendar facility > > . System Dashboards to allow monitoring of the Managed > > Firewall /Gateway /Mail Server. > > . Ability for users to use the same password as that in windows > > Active Directory is desired. > > . Connector for Microsoft Outlook (Desirable) > > Horde or SquirrelMail + appropriate addons > Cyrus IMAPd or Dovecot > Sendmail or Postfix or Exim or .... > > You should be able to use SASL to hook up any of these to AD for > authentication purposes. (If you choose sendmail, you'ld want the > version from ports so you can compile it with all the SASL bits.) > > Horde certainly will allow you to create Global and Personal address > books via various different back-end databases. In principle it can > use LDAP so you might be able to bodge it into AD, but I'd recommend > MySQL as the least grief, fastest benefit solution. > > Horde also provides shared and global calendars, accessilble via > CalDAV. > > No idea what to recommend as a control panel for the firewall, MTA and > imap servers I'm afraid. > > Note that Outlook is designed to work with MS Exchange, and often gives > less than optimal results with other mail servers. > > Cheers, > > Matthew Can underline Matthews proposal. I have smoothly running a combination of Postfix / Dovecot / SASL / Apache 2.2 / Horde / MySQL in a FreeBSD jail (with Horde no yet fully capable). I'll furtheron add NewAmavis / SpamAssassin / ClamAV and also complete Horde functions as well as probably ejabberd with MySQL lookup. Some older Outlook versions seem not fully IMAP capable but in general this works nice with Outlook too. Postfix offers configuration options for "broken clients" :-) When building all the stuff in a Jail please have an eye on which of the Jail's IPs should be used for SMTP (outgoing). The first alias IP from the hosts /etc/rc.conf will be taken, not neccessarily the primary Jail IP. regards Tom