From owner-freebsd-questions Fri Aug 24 17:50:53 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail7.mgfairfax.rr.com (mail7.southeast.rr.com [24.93.67.54]) by hub.freebsd.org (Postfix) with ESMTP id A40F937B405; Fri, 24 Aug 2001 17:50:46 -0700 (PDT) (envelope-from rkohler1@cox.rr.com) Received: from b1m1x9 ([24.163.115.240]) by mail7.mgfairfax.rr.com with Microsoft SMTPSVC(5.5.1877.687.68); Fri, 24 Aug 2001 19:47:50 -0400 Message-ID: <001501c12d10$da51b8c0$e401a8c0@cox.rr.com> Reply-To: "Ray Kohler" From: "Ray Kohler" To: "Gregory Neil Shapiro" Cc: , References: <000e01c12d01$1becb740$e401a8c0@cox.rr.com><15238.54526.861273.991713@horsey.gshapiro.net><000f01c12d0a$8751ea60$e401a8c0@cox.rr.com> <15238.58799.643481.717265@horsey.gshapiro.net> Subject: Re: sendmail no longer happy with hostname lookup Date: Fri, 24 Aug 2001 19:51:34 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 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 ----- Original Message ----- From: "Gregory Neil Shapiro" To: "Ray Kohler" Cc: ; Sent: Friday, August 24, 2001 4:39 PM Subject: Re: sendmail no longer happy with hostname lookup > gshapiro> confDONT_PROBE_INTERFACES DontProbeInterfaces > > rkohler1> That didn't fix it either. (And I made sure to do it right - the > rkohler1> proper 'O' line made it into sendmail.cf and sendmail was killed and > rkohler1> restarted.) As I said elsewhere, sendmail's gethostbyaddr()'s are > rkohler1> failing, and they have the right address. > > Odd, if the error you are getting is something like: > > Aug 24 03:12:04 horsey sendmail[73878]: gethostbyaddr(192.168.1.1) failed: 1 > > Then the only place that occurs in the code is add_hostnames() and the only > function which calls add_hostnames() is load_if_names() which isn't called > if DontProbeInterfaces is set to True: > > define(`confDONT_PROBE_INTERFACES', `True') > > or: > > O DontProbeInterfaces=True My bad, this does fix it. I had made a typo (or maybe a thinko) the first time I tried it. Why is this now necessary when it wasn't before? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message