From owner-freebsd-questions@FreeBSD.ORG Thu Feb 3 15:33:32 2005 Return-Path: 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 44DAF16A4CE for ; Thu, 3 Feb 2005 15:33:32 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id A1F9E43D39 for ; Thu, 3 Feb 2005 15:33:31 +0000 (GMT) (envelope-from gert.cuykens@gmail.com) Received: by rproxy.gmail.com with SMTP id f1so232937rne for ; Thu, 03 Feb 2005 07:33:31 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=gqdb2hoy+nQcCPwob9vM2aqPlRpPmx9iFuBclqUjj6VTV59RhyR8RpuRjDedofv0nZb9/z3P76HnOB+lp35MZqXf4RD3WClFVcYIrvfjF52rJ2674kGbtkawtQPEb0c5wOIMXb2N8NjxU8AeDbc6oUsoWGLMOID5MHFIt0uw3i0= Received: by 10.38.9.61 with SMTP id 61mr101895rni; Thu, 03 Feb 2005 07:33:31 -0800 (PST) Received: by 10.38.74.23 with HTTP; Thu, 3 Feb 2005 07:33:31 -0800 (PST) Message-ID: Date: Thu, 3 Feb 2005 16:33:31 +0100 From: Gert Cuykens To: freebsd-questions@freebsd.org In-Reply-To: <447jlpaf0k.fsf@be-well.ilk.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <447jlpaf0k.fsf@be-well.ilk.org> Subject: Re: My unqualified host name (localhost) unknown; sleeping for retry X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Gert Cuykens List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Feb 2005 15:33:32 -0000 On Thu, 03 Feb 2005 06:34:37 -0800 (PST), Lowell Gilbert wrote: > Gert Cuykens writes: > > > how do you fix this ? > > > > Feb 2 12:09:22 I sm-mta[699]: My unqualified host name (localhost) > > unknown; sle eping for retry > > Make sure the host's names (including localhost) are defined in > /etc/hosts, and that /etc/hosts is being used in name resolution > (on 5.3 that would be configuration via nsswitch.conf(5)). > thx it works now :)