From owner-freebsd-questions@FreeBSD.ORG Tue Oct 12 18:25:58 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 52AB816A4CE for ; Tue, 12 Oct 2004 18:25:58 +0000 (GMT) Received: from theatre.msu.edu (theatre.msu.edu [35.8.69.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id F31C243D39 for ; Tue, 12 Oct 2004 18:25:57 +0000 (GMT) (envelope-from sagejona@theatre.msu.edu) Received: from [10.0.0.98] (c-67-172-92-122.client.comcast.net [67.172.92.122]) (authenticated bits=0) by theatre.msu.edu (8.13.1/8.13.1) with ESMTP id i9CIQe28027928 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 12 Oct 2004 14:26:41 -0400 (EDT) (envelope-from sagejona@theatre.msu.edu) Message-ID: <416C21B5.1000905@theatre.msu.edu> Date: Tue, 12 Oct 2004 14:25:57 -0400 From: "Jonathan T. Sage" Organization: MSU Dept of Theatre User-Agent: Mozilla Thunderbird 0.8 (Windows/20040913) 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.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime X-Phone: +1-517-974-1428 X-WWW-Home-Page: http://theatre.msu.edu X-PGP-Key-Figerprint: 182C CF3F 93A9 1DAA 2EBE D4D5 A159 96D9 452E A7F1 X-IM: AIM(jonathantsage,spartyman), ICQ(9587621), YIM(wisesage98) Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enigFE0D8B3B204062AA3809169E" X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=no version=2.64 X-Spam-Checker-Version: SpamAssassin 2.64 (2004-01-11) on www.theatre.msu.edu X-Virus-Scanned: clamd / ClamAV version devel-20040903, clamav-milter version 0.75l on www.theatre.msu.edu X-Virus-Status: Clean 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:25:58 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigFE0D8B3B204062AA3809169E Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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? > > Thanks, > > Sandy Keathley > if you are using a 'real' username to accept the mail, you can use the .forward file... (goes in the home dir of the user) The .forward file is usually one line long and contains nothing but the address to forward to. Multiple addresses are separated by commas. Example 1: Forward my mail to myaddress@somewhere.else.edu: myaddress@somewhere.else.edu Example 2: Same, and also keep a copy here in my own account xyz999: \xyz999, myaddress@somewhere.else.edu In both examples, the file is one line long ending with a RETURN. In the second example, the backslash \ tells the mail system not read the .forward again. -- Jonathan T. Sage Theatrical Lighting / Set Designer Professional Web Design "He said he likes me, but he's not in-like with me."- Connie, King of the Hill [HTTP://www.JTSage.com] [HTTP://design.JTSage.com] [sagejona@msu.edu] [See Headers for Contact Info] --------------enigFE0D8B3B204062AA3809169E Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (MingW32) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFBbCG4oVmW2UUup/ERAvzvAJ9qTpzxZrVshwMNTGo3o/Gdk7nJEACbBqJK wai9pcuqBe9dswfVgYB8bRo= =cUHr -----END PGP SIGNATURE----- --------------enigFE0D8B3B204062AA3809169E--