From owner-freebsd-questions Mon Jan 6 13:46:37 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id NAA01876 for questions-outgoing; Mon, 6 Jan 1997 13:46:37 -0800 (PST) Received: from cold.org (cold.org [206.81.134.103]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id NAA01865 for ; Mon, 6 Jan 1997 13:46:33 -0800 (PST) Received: from localhost (brandon@localhost) by cold.org (8.8.3/8.8.3) with SMTP id OAA23744 for ; Mon, 6 Jan 1997 14:46:37 -0700 (MST) Date: Mon, 6 Jan 1997 14:46:37 -0700 (MST) From: Brandon Gillespie To: freebsd-questions@freebsd.org Subject: virtual hosting sendmail? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Anybody know if this is possible, and how? Right now I'm considering just hacking up a script that is executing from /etc/aliases that routes to the appropriate address based off the domain, i.e: webmaster@virtualhost1.com => bob@virtualhost1.com webmaster@virtualhost2.com => joe@somewhereelse.com Etc, but I figured I'd check to see if sendmail doesn't already have this ability.. -B