From owner-freebsd-isp Tue Sep 21 9:53:26 1999 Delivered-To: freebsd-isp@freebsd.org Received: from awfulhak.org (dynamic-45.max1-du-ws.dialnetwork.pavilion.co.uk [212.74.8.45]) by hub.freebsd.org (Postfix) with ESMTP id D47DB14E10 for ; Tue, 21 Sep 1999 09:53:21 -0700 (PDT) (envelope-from brian@Awfulhak.org) Received: from keep.lan.Awfulhak.org (root@keep.lan.Awfulhak.org [172.16.0.8]) by awfulhak.org (8.9.3/8.9.3) with ESMTP id RAA31212; Tue, 21 Sep 1999 17:49:01 +0100 (BST) (envelope-from brian@lan.awfulhak.org) Received: from keep.lan.Awfulhak.org (brian@localhost.lan.Awfulhak.org [127.0.0.1]) by keep.lan.Awfulhak.org (8.9.3/8.9.3) with ESMTP id RAA00810; Tue, 21 Sep 1999 17:20:05 +0100 (BST) (envelope-from brian@keep.lan.Awfulhak.org) Message-Id: <199909211620.RAA00810@keep.lan.Awfulhak.org> X-Mailer: exmh version 2.0.2 2/24/98 To: domi@saargate.de (domi) Cc: freebsd-isp@FreeBSD.ORG Subject: Re: Sendmail: Receive mails for every subdomain In-reply-to: Your message of "Tue, 21 Sep 1999 15:49:13 +0200." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 21 Sep 1999 17:20:05 +0100 From: Brian Somers Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Is it possible to make sendmail route all mail to localpart@*.domain.com > to localpart@domain.com? Should be... if your MX is (say) mx.domain.com try something like .domain.com smtp:[mx.domain.com] in your mailer table and *.domain.com. IN MX 0 mx.domain.com. in your DNS. See src/contrib/sendmail/cf/README for details. > Yours, Dominik -- Brian Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message