From owner-freebsd-questions@FreeBSD.ORG Sun Feb 6 18:23:36 2005 Return-Path: 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 0A0C316A4CE for ; Sun, 6 Feb 2005 18:23:36 +0000 (GMT) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id C2A4C43D2F for ; Sun, 6 Feb 2005 18:23:35 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from localhost (localhost [127.0.0.1]) by pi.codefab.com (Postfix) with ESMTP id 416385D11; Sun, 6 Feb 2005 13:23:35 -0500 (EST) Received: from pi.codefab.com ([127.0.0.1]) by localhost (pi.codefab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 12337-05; Sun, 6 Feb 2005 13:23:34 -0500 (EST) Received: from [192.168.1.3] (pool-68-161-50-112.ny325.east.verizon.net [68.161.50.112]) by pi.codefab.com (Postfix) with ESMTP id AA4565C39; Sun, 6 Feb 2005 13:23:33 -0500 (EST) Message-ID: <4206609D.5080700@mac.com> Date: Sun, 06 Feb 2005 13:23:25 -0500 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041217 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Loren M. Lang" References: <20050206123400.GZ8619@alzatex.com> In-Reply-To: <20050206123400.GZ8619@alzatex.com> X-Enigmail-Version: 0.90.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at codefab.com cc: FreeBSD Mailing list Subject: Re: Virtual Hosting multiple domains X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Feb 2005 18:23:36 -0000 Loren M. Lang wrote: > Is there an easy way to run multiple domains off of one sendmail client > without using jails? Of course, start here: http://www.sendmail.org/virtual-hosting.html You can do fancier things if you use a smarter LDA, such as procmail. > In other words, we don't want customers to > have to uses usernames that include the domain like user%example.com. > The pop3/imap server should determine that from the source ip or domain > name used. Yes, your POP or IMAP software also needs to be vhost aware. -- -Chuck