From owner-freebsd-questions Sun Jul 7 13:48:56 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA14044 for questions-outgoing; Sun, 7 Jul 1996 13:48:56 -0700 (PDT) Received: from net1.netview.net (netview.net [199.3.74.250]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id NAA14034 for ; Sun, 7 Jul 1996 13:48:48 -0700 (PDT) Received: from corona (corona.netview.net [199.3.71.2]) by net1.netview.net (8.7.5/8.6.12) with SMTP id PAA00360 for ; Sun, 7 Jul 1996 15:48:43 -0500 (EST) Date: Sun, 7 Jul 1996 15:48:43 -0500 (EST) Message-Id: <2.2.32.19960708154757.0095d294@netview.net> X-Sender: jrclark@netview.net X-Mailer: Windows Eudora Pro Version 2.2 (32) Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: questions@freebsd.org From: John Clark Subject: sendmail wildcard alias Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hello, I was wondering if there was a wildcard alias for sendmail. I would like the /etc/aliases.db to be scanned for name matches, and finding no match, default to one particular account. This is a breeze for virtual domains, but I am not sure of the appropriate method to use for the actual real host itself. I thought the following entry (last line) in the /etc/aliases file might work: *: sysadmin But no joy. :^( Thanks, John Clark [jc@netview.net]