From owner-freebsd-questions Mon May 5 17:31:09 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id RAA00730 for questions-outgoing; Mon, 5 May 1997 17:31:09 -0700 (PDT) Received: from house.key.net.au (root@house.key.net.au [203.35.4.2]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id RAA00722 for ; Mon, 5 May 1997 17:31:01 -0700 (PDT) Received: from localhost (andrew@localhost) by house.key.net.au (8.8.5/8.8.5) with SMTP id KAA11885; Tue, 6 May 1997 10:30:50 +1000 (EST) Date: Tue, 6 May 1997 10:30:50 +1000 (EST) From: Andrew To: "Jordyn A. Buchanan" cc: questions@freebsd.org Subject: Re: DNS strangeness In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Mon, 5 May 1997, Jordyn A. Buchanan wrote: > We're having a problem sending mail to a particular domain (pcnet-inc.com) > because sendmail is telling us that their mail exchanger is not a known > host. However, note the following results on the machine that's trying to > Non-authoritative answer: > pcnet-inc.com preference = 0, mail exchanger = viewtek_comm1.pcnet-inc.com AFAIK '_' is an unallowable character in a host name...perhaps that is your problem. You could always try to send mail to @[] and suggest they change their name... Andrew