From owner-freebsd-questions@FreeBSD.ORG Thu Aug 18 15:56:49 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC0A516A41F for ; Thu, 18 Aug 2005 15:56:49 +0000 (GMT) (envelope-from sjmorgan@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id 471BA43D48 for ; Thu, 18 Aug 2005 15:56:49 +0000 (GMT) (envelope-from sjmorgan@gmail.com) Received: by wproxy.gmail.com with SMTP id i4so392845wra for ; Thu, 18 Aug 2005 08:56:47 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=V5z9MqjdrMBtM8drtFiP4ife/6RIll8onADIs1NTn902njA/drm8N0sb3CjhYOsFVuReTqIqSRknUet790Edj1Oyfwc3yyjlHecp3CWkBtM0hIUe1LDekt12sFJ2yRS6p5jPqhezFyxjS/w3YkW7i3UGD2wYansdZHBhf3FoBzA= Received: by 10.54.56.24 with SMTP id e24mr1286138wra; Thu, 18 Aug 2005 08:56:47 -0700 (PDT) Received: by 10.54.62.2 with HTTP; Thu, 18 Aug 2005 08:56:47 -0700 (PDT) Message-ID: Date: Thu, 18 Aug 2005 16:56:47 +0100 From: Simon Morgan To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: sendmail stalling during boot X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Aug 2005 15:56:49 -0000 When my system boots it freezes for an extremely long time at a certain point in the boot process. Hitting CTRL-C at this point I'm informed that the loading of sendmail has been cancelled which obviously indicates that it's what is responsible. Looking into the issue I've seen a number of people experiencing the same problem and being told to fix their DNS setup. The machine that sendmail is running on has an internet routable IP that resolves to a hostname: > host 82.71.120.75 75.120.71.82.in-addr.arpa domain name pointer 82-71-120-75.dsl.in-addr.zen.co.uk. but the hostname I have set is "fake" and resolves to nothing: > hostname naboo.localdomain > host naboo.localdomain Host naboo.localdomain not found: 3(NXDOMAIN) However, it does so almost instantly and so I fail to see what is causing sendmail to hang. Can anybody help? I would appreciate a CC on any replies as I'm not subscribed to the list. Thanks.