From owner-freebsd-stable Fri Aug 24 16:39:34 2001 Delivered-To: freebsd-stable@freebsd.org Received: from horsey.gshapiro.net (horsey.gshapiro.net [209.220.147.178]) by hub.freebsd.org (Postfix) with ESMTP id C7BE537B408; Fri, 24 Aug 2001 16:39:28 -0700 (PDT) (envelope-from gshapiro@gshapiro.net) Received: from horsey.gshapiro.net (gshapiro@localhost [127.0.0.1]) by horsey.gshapiro.net (8.12.0.Beta16/8.12.0.Beta16) with ESMTP id f7ONdSjq082680 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Fri, 24 Aug 2001 16:39:28 -0700 (PDT) Received: (from gshapiro@localhost) by horsey.gshapiro.net (8.12.0.Beta16/8.12.0.Beta16) id f7ONdRG3082677; Fri, 24 Aug 2001 16:39:27 -0700 (PDT) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15238.58799.643481.717265@horsey.gshapiro.net> Date: Fri, 24 Aug 2001 16:39:27 -0700 From: Gregory Neil Shapiro To: "Ray Kohler" Cc: , Subject: Re: sendmail no longer happy with hostname lookup In-Reply-To: <000f01c12d0a$8751ea60$e401a8c0@cox.rr.com> References: <000e01c12d01$1becb740$e401a8c0@cox.rr.com> <15238.54526.861273.991713@horsey.gshapiro.net> <000f01c12d0a$8751ea60$e401a8c0@cox.rr.com> X-Mailer: VM 6.92 under 21.5 (beta1) "anise" XEmacs Lucid Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message