From owner-freebsd-stable@FreeBSD.ORG Sat Oct 11 16:33:24 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3C92EF63 for ; Sat, 11 Oct 2014 16:33:24 +0000 (UTC) Received: from burnus.net (burnus.net [85.214.218.176]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F28C2B6A for ; Sat, 11 Oct 2014 16:33:23 +0000 (UTC) Received: from nullzonenkonverter.lan (p508C71AD.dip0.t-ipconnect.de [80.140.113.173]) by burnus.net (Postfix) with ESMTPSA id 37D7C2872034 for ; Sat, 11 Oct 2014 18:33:20 +0200 (CEST) Message-ID: <54395BC2.7090204@burnus.net> Date: Sat, 11 Oct 2014 18:33:06 +0200 From: Christian Alge User-Agent: Postbox 3.0.11 (Macintosh/20140602) MIME-Version: 1.0 To: FreeBSD-STABLE Mailing List Subject: Re: Server insists on wrong hostname References: <5438F7A4.4070908@burnus.net> <54392A57.7020704@sorbs.net> <54393142.4050005@burnus.net> <5439326B.3070508@sorbs.net> <54393C76.7090702@burnus.net> <54393DBD.4030602@sorbs.net> <5439485F.4000002@burnus.net> <54394AF1.7000807@sorbs.net> In-Reply-To: <54394AF1.7000807@sorbs.net> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Oct 2014 16:33:24 -0000 That returns nothing. > Well, a rather "brute force" approach would be: > > grep -r 'Freie Energie' /etc/ > > (Mind, you may need root access to avoid "permission denied" messages > -- or you culd just ignore them, if you are confident that the files > in question are sufficiently unlikely to be at fault.) > > If that fails, I have a possible other approach in mind, but it's a bit > of a mess, so I'd rather not even try to describe it unless nothing else > works. > > Peace, > david >