From owner-freebsd-questions@FreeBSD.ORG Fri Apr 29 19:04:28 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 6F65316A4CE for ; Fri, 29 Apr 2005 19:04:28 +0000 (GMT) Received: from mail.freebsd-corp-net-guide.com (mail.freebsd-corp-net-guide.com [65.75.192.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id B213C43D39 for ; Fri, 29 Apr 2005 19:04:27 +0000 (GMT) (envelope-from tedm@toybox.placo.com) Received: from tedwin2k (nat-rtr.freebsd-corp-net-guide.com [65.75.197.130]) j3TJ4jb31873; Fri, 29 Apr 2005 12:04:45 -0700 (PDT) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: "Paul Schmehl" , "Ihsan" , Date: Fri, 29 Apr 2005 12:04:37 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: <02507140851D7995A5E38D42@utd49554.utdallas.edu> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1478 Subject: RE: FreeBSD mailing list reverse DNS problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Apr 2005 19:04:28 -0000 owner-freebsd-questions@freebsd.org wrote: > --On Friday, April 29, 2005 03:14:36 AM -0700 Ihsan > wrote: >> >> I've checked and rechecked with internal and external >> name servers which allow foreign queries that my IP is >> resolvable to anggerik.meltechsystems.net (dig -x >> 202.71.100.92) but somehow FreeBSD servers couldn't get the reverse >> information. >> > I checked, and your DNS ids your box as the MX for your domain as > well. > > The first thing I would do is telnet *from* your mailserver to > the FreeBSD > mailserver and try a manual SMTP session and see what happens. If > you get rejected then, you *know* it's a problem with the FreeBSD > server. > > You probably know this already, but just in case: > > % telnet server.freebsd.org 25 > HELO meltechsystems.net > MAIL FROM: you@yourdomain > RCPT TO: list@freebsd.org > > If all this works, then something else is causing the problem. > Paul, that trick doesen't really prove much. Keep in mind that Sendmail routes outbound mail to a destination IP address based on the results of a DNS query. I have seen plenty of problems where for example a domain like freebsd.org lists 2 nameservers, one of the nameservers goes down or starts responding with bogus records. Doing a manual lookup via nslookup gets you an IP address you can telnet into - but your sendmail still won't send mail to the mailhost for that domain. To the uninitiated, the problem appears to be that the destination mailserver is refusing to respond to incoming SMTP from you - rather than your mailserver cannot find the destination mailserver. Ted