From owner-freebsd-questions@FreeBSD.ORG Tue Oct 12 18:09:44 2004 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 A411616A4CE for ; Tue, 12 Oct 2004 18:09:44 +0000 (GMT) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D58B43D3F for ; Tue, 12 Oct 2004 18:09:44 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from [192.168.1.3] (pool-68-160-246-51.ny325.east.verizon.net [68.160.246.51]) by pi.codefab.com (8.12.11/8.12.11) with ESMTP id i9CI9Z1o033867 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 12 Oct 2004 14:09:37 -0400 (EDT) Message-ID: <416C1DC6.4030704@mac.com> Date: Tue, 12 Oct 2004 14:09:10 -0400 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.3) Gecko/20040910 X-Accept-Language: en-us, en MIME-Version: 1.0 To: sandy@keathleywebs.com References: <416BB9B9.4291.AA826C@localhost> In-Reply-To: <416BB9B9.4291.AA826C@localhost> X-Enigmail-Version: 0.86.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=0.0 required=5.5 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on pi.codefab.com cc: freebsd-questions@freebsd.org Subject: Re: Email redirects 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: Tue, 12 Oct 2004 18:09:44 -0000 Sandy Keathley wrote: > I need to accept an email to a specific address, then forward it to > several several external addresses. virtusertable will do that for a > single recipient. Is there a way to do that for multiple recipients? Have the virtusertable rewrite the addr into a local alias, and have the local alias point to multiple external addresses. If you get tired of managing those addrs by hand, consider having the alias point to a mailing list like Mailman. -- -Chuck