From owner-freebsd-questions Mon Feb 5 17:55:57 2001 Delivered-To: freebsd-questions@freebsd.org Received: from rhymer.cogsci.ed.ac.uk (rhymer.cogsci.ed.ac.uk [129.215.144.8]) by hub.freebsd.org (Postfix) with ESMTP id F352437B698 for ; Mon, 5 Feb 2001 17:55:39 -0800 (PST) Received: from sorley.cogsci.ed.ac.uk (sorley [129.215.144.53]) by rhymer.cogsci.ed.ac.uk (8.9.3+Sun/8.9.3) with ESMTP id BAA07413 for ; Tue, 6 Feb 2001 01:55:37 GMT Date: Tue, 6 Feb 2001 01:55:37 GMT Message-Id: <21025.200102060155@sorley.cogsci.ed.ac.uk> From: Richard Tobin Subject: Sendmail does bogus name lookups To: freebsd-questions@FreeBSD.ORG Organization: just say no Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have a problem with sendmail hanging at boot time if my home network is not connected to the outside world. I have a machine with a modem ("a.nonet") which is running but not dialled up, and another machine ("b.nonet") which I am booting. a is DNS master for the nonet domain, b is a slave for it and forwards everything else to a. b's resolv.conf contains a search path nonet a.b.c x.y.z When b's sendmail starts, it sends requests to a for b.nonet.a.b.c, and b.nonet.x.y.z, which hang if a is not dialled up. Why is sendmail trying to resolve these addresses, when b.nonet exists? How do I prevent this? I think this problem started in FreeBSD 4.1.1, but I'm not certain of that. -- Richard To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message