From owner-freebsd-questions Sun Oct 12 12:58:11 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id MAA11724 for questions-outgoing; Sun, 12 Oct 1997 12:58:11 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from ocala.cs.miami.edu (ocala.cs.miami.edu [129.171.34.17]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id MAA11717 for ; Sun, 12 Oct 1997 12:58:08 -0700 (PDT) (envelope-from jmcla@ocala.cs.miami.edu) Received: from ocala.cs.miami.edu by ocala.cs.miami.edu via SMTP (950413.SGI.8.6.12/940406.SGI) for id PAA17142; Sun, 12 Oct 1997 15:58:06 -0400 Date: Sun, 12 Oct 1997 15:58:06 -0400 (EDT) From: "Joe \"Marcus\" Clarke" To: FreeBSD User Questions List Subject: Multiple host redirection? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Okay, maybe not the right subject, but here is my question. Is there a way with sendmail to create aliases in the following form: user@this.host.com: joe user@that.host.com: john If my machine is multi-homes, can I send mail to a username at one address, and have it go to one local user? Then, have mail sent to the same username at a different host, go to another local user? Thanks, Joe P.S. - I know you can do this with programs like procmail, but I wondered if there was some sendmail trick for it.