From owner-freebsd-questions@FreeBSD.ORG Tue Feb 18 23:43:24 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2FF3D2E8 for ; Tue, 18 Feb 2014 23:43:24 +0000 (UTC) Received: from luigi.brtsvcs.net (luigi.brtsvcs.net [IPv6:2607:fc50:1000:1f00::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0BC4614BB for ; Tue, 18 Feb 2014 23:43:23 +0000 (UTC) Received: from chombo.houseloki.net (unknown [IPv6:2601:7:880:bd0:21c:c0ff:fe7f:96ee]) by luigi.brtsvcs.net (Postfix) with ESMTPSA id 2EE1A2D4FD4; Tue, 18 Feb 2014 15:43:23 -0800 (PST) Received: from [IPv6:2601:7:880:bd0:4dc6:fe9a:fceb:5eeb] (unknown [IPv6:2601:7:880:bd0:4dc6:fe9a:fceb:5eeb]) by chombo.houseloki.net (Postfix) with ESMTPSA id 2C9BB30D; Tue, 18 Feb 2014 15:43:21 -0800 (PST) Message-ID: <5303F01C.3030205@bluerosetech.com> Date: Tue, 18 Feb 2014 15:43:24 -0800 From: Darren Pilgrim User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: Janos Dohanics , FreeBSD Questions Subject: Re: Reverse DNS question References: <20140218180620.0807880cf0dd661482e394b9@3dresearch.com> In-Reply-To: <20140218180620.0807880cf0dd661482e394b9@3dresearch.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Feb 2014 23:43:24 -0000 On 2/18/2014 3:06 PM, Janos Dohanics wrote: > My Postfix logs show entries like this: > > Feb 18 08:35:13 barrida postfix/smtpd[86649]: connect from unknown[207.238.171.17] > Feb 18 08:35:13 barrida postfix/smtpd[86705]: connect from spam2.continental-realestate.com[207.238.171.17] > [...] > # host 207.238.171.17 > 17.171.238.207.in-addr.arpa domain name pointer mail1.continental-realestate.com. > 17.171.238.207.in-addr.arpa domain name pointer mail.continental-realestate.com. > 17.171.238.207.in-addr.arpa domain name pointer spam2.continental-realestate.com. > 1. Other than network congestion, what might cause this recurring name > resolution failure? There are a couple of issues with the above: 1. More than one PTR record for a given IP address is a misconfiguration. It is supported and there is no RFC saying you must not have more than one, but in practice most software will only look for one and thus only take the first PTR RR returned from the query. 2. mail1 and mail do not resolve to 207.238.171.17, so you only have forward-confirmed reverse DNS (FCRDNS) for spam2. Postfix will use the hostname of "unknown" for anything that does not have FCRDNS.