From owner-freebsd-questions@FreeBSD.ORG Tue Mar 18 14:31:11 2008 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 AA9811065670 for ; Tue, 18 Mar 2008 14:31:11 +0000 (UTC) (envelope-from roberto.nunnari@supsi.ch) Received: from ti-edu.ch (posta.ti-edu.ch [195.176.176.171]) by mx1.freebsd.org (Postfix) with ESMTP id 57B498FC1A for ; Tue, 18 Mar 2008 14:31:10 +0000 (UTC) (envelope-from roberto.nunnari@supsi.ch) X-Virus-Scanned: by cgpav Received: from [193.5.152.27] (HELO [127.0.0.1]) by ti-edu.ch (CommuniGate Pro SMTP 5.1.12) with ESMTP id 24924375 for freebsd-questions@freebsd.org; Tue, 18 Mar 2008 15:31:09 +0100 Message-ID: <47DFD1C9.9060605@supsi.ch> Date: Tue, 18 Mar 2008 15:29:29 +0100 From: Roberto Nunnari User-Agent: Thunderbird 2.0.0.12 (Windows/20080213) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Best way to achive email hosting for several domains 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: Tue, 18 Mar 2008 14:31:11 -0000 Hi. I'd like to know what are the best practices for implementing email hosting for several domains. The service is accessible via pop/imap/webmail Apart from that, I'd like to ask for comments on the actual comfiguration.. The system is already configured and running as follows: # uname -rms FreeBSD 6.1-RELEASE-p23 i386 MTA: sendmail imap/pop: mail/imap-uw webmail: horde from ports Every mailbox as a local unix account, ie: info@adomain.com --> a1 steve@adomain.com --> a2 info@anotherdomain.com --> b1 joe@anotherdomain.com --> b2 etc.. Now, everything works fine, but I'm a bit concerned with the webmail login.. I'd like info@adomain.com to login with a username equal to the email, but as the authentication in horde is handled by imp, I'm not sure how to proceed with that.. Any hints/suggestions are welcome. Thank you and best regards. Robi.