From owner-freebsd-questions Tue Jan 7 18:49:56 2003 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 2F0EA37B405 for ; Tue, 7 Jan 2003 18:49:55 -0800 (PST) Received: from nostromo.brian-jackson.net (www.brian-jackson.net [216.235.240.253]) by mx1.FreeBSD.org (Postfix) with SMTP id 3AAF643EA9 for ; Tue, 7 Jan 2003 18:49:54 -0800 (PST) (envelope-from b.k.jackson@verizon.net) Received: (qmail 71588 invoked from network); 8 Jan 2003 02:49:42 -0000 Received: from pool-64-223-151-72.man.east.verizon.net (HELO verizon.net) (64.223.151.72) by 0 with SMTP; 8 Jan 2003 02:49:42 -0000 Date: Tue, 7 Jan 2003 21:49:37 -0500 Subject: Re: dig command for reverse dsn check Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v551) Cc: "Fuzzy" , "FBSDQ" To: From: Brian Jackson In-Reply-To: Message-Id: Content-Transfer-Encoding: 7bit X-Mailer: Apple Mail (2.551) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tuesday, January 7, 2003, at 09:42 PM, JoeB wrote: > On Tue, 7 Jan 2003, JoeB wrote: > >> How do I check my ISP domain name to see if it's DNS server is >> configured correctly for email reverse DNS lookup? > I'd use: > > dig -x ip.ad.dr.ess PTR [@name.server] > > the ANSWER SECTION shows what DNS thinks is the > reverse name for that IP. > > dig -x 66.26.76.83 ptr > > Thanks for the quick reply, but I need some clarification > MY email address = user@adelphia.net > My email server mail.clvhoh.adelphia.net > dig -x 66.26.76.83 ptr > what IP address to use in dig command? > The ip address of the domain name or the email server? use dig to find the IP address of your host (dig foo.bar) use the IP address that comes back in the ANSWER section for the dig -x (IP address from above) PTR again, look under the ANSWER section, and it will show you the reverse record. Brian -- Brian Jackson b.k.jackson@verizon.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message