From owner-freebsd-questions@FreeBSD.ORG Mon May 5 14:05:01 2003 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 48EC037B407 for ; Mon, 5 May 2003 14:05:01 -0700 (PDT) Received: from blueriver.net (moseisley.blueriver.net [12.166.16.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CA5143FB1 for ; Mon, 5 May 2003 14:04:58 -0700 (PDT) (envelope-from jeremy@gaddis.org) Received: from gaddis.org (tnt-12-166-19-94.orl.blueriver.net [12.166.19.94]) by blueriver.net (8.12.5/8.12.5) with SMTP id h45LLCm0005088 for ; Mon, 5 May 2003 16:21:13 -0500 Received: (qmail 8873 invoked by uid 1001); 5 May 2003 21:04:55 -0000 Message-ID: <20030505210454.8869.qmail@gaddis.org> References: <79690-22003515205359509@bendcable.com> In-Reply-To: <79690-22003515205359509@bendcable.com> From: "Jeremy Gaddis" To: freebsd-questions@freebsd.org Date: Mon, 05 May 2003 16:04:54 -0500 Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Subject: Re: emails 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: Mon, 05 May 2003 21:05:01 -0000 1@bendcable.com writes: > This might be more of a question for sendmail but I am trying to > figure out how to have multiple same email accounts on my server. For > example sales@onedomain.com and sales@antoherdomain.com You'll need to enable sendmail's virtusertable feature. Then, you create the virtusertable file which has two columns, separated by a colon and whitespace. On the left goes the "virtual address" and the right goes the address to which it should be delivered, e.g.: sales@anotherdomain.com: sales@onedomain.com This will direct all email for sales@anotherdomain.com to sales@onedomain.com. See the sendmail web site for more information on enabling virtusertable. HTH, j. -- Jeremy L. Gaddis