From owner-freebsd-questions@FreeBSD.ORG Sun Sep 5 06:01:21 2004 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 2A44116A4CE for ; Sun, 5 Sep 2004 06:01:21 +0000 (GMT) Received: from pencil.math.missouri.edu (pencil.math.missouri.edu [128.206.49.147]) by mx1.FreeBSD.org (Postfix) with ESMTP id C6ADE43D53 for ; Sun, 5 Sep 2004 06:01:20 +0000 (GMT) (envelope-from rich@pencil.math.missouri.edu) Received: from pencil.math.missouri.edu (rich@localhost [127.0.0.1]) i8561Jxi012089 for ; Sun, 5 Sep 2004 01:01:19 -0500 (CDT) (envelope-from rich@pencil.math.missouri.edu) Received: (from rich@localhost)i8561JF8012088 for freebsd-questions@freebsd.org; Sun, 5 Sep 2004 01:01:19 -0500 (CDT) (envelope-from rich) Received: from math.missouri.edu (root@math.missouri.edu [128.206.49.180]) i85606Di012062 for ; Sun, 5 Sep 2004 01:00:06 -0500 (CDT) (envelope-from rich@pencil.math.missouri.edu) Received: from pencil.math.missouri.edu (root@pencil.math.missouri.edu [128.206.49.147]) by math.missouri.edu (8.12.8p1/8.12.8) with ESMTP id i85604ft004367 for ; Sun, 5 Sep 2004 01:00:04 -0500 (CDT) (envelope-from rich@pencil.math.missouri.edu) Received: from pencil.math.missouri.edu (rich@localhost [127.0.0.1]) i855xqFq012038; Sun, 5 Sep 2004 00:59:52 -0500 (CDT) (envelope-from rich@pencil.math.missouri.edu) Received: (from rich@localhost)i855xq5r012037; Sun, 5 Sep 2004 00:59:52 -0500 (CDT) (envelope-from rich) From: Rich Winkel Message-Id: <200409050559.i855xq5r012037@pencil.math.missouri.edu> In-Reply-To: <200408301439.i7UEdnGa008592@pencil.math.missouri.edu> "from Rich Winkel at Aug 30, 2004 09:39:49 am" To: Rich Winkel Date: Sun, 5 Sep 2004 00:59:52 -0500 (CDT) X-Mailer: ELM [version 2.4ME+ PL82 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII X-Spam-Status: No, hits=0.0 required=8.0 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on pencil.math.missouri.edu X-Virus-Scanned: clamd / ClamAV version 0.71, clamav-milter version 0.71 X-Virus-Status: Clean Sender: rich@math.missouri.edu X-Mailman-Approved-At: Sun, 05 Sep 2004 12:23:02 +0000 cc: Ruben de Groot Subject: Re: sendmail ignores hosts.allow 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: Sun, 05 Sep 2004 06:01:21 -0000 Can anyone confirm this behavior on their machine? Doing an ldd /usr/libexec/sendmail/sendmail shows: /usr/libexec/sendmail/sendmail: libutil.so.3 => /usr/lib/libutil.so.3 (0x280fd000) libwrap.so.3 => /usr/lib/libwrap.so.3 (0x28106000) libssl.so.3 => /usr/lib/libssl.so.3 (0x2810e000) libcrypto.so.3 => /usr/lib/libcrypto.so.3 (0x2813e000) libc.so.4 => /usr/lib/libc.so.4 (0x2823e000) so it's clearly linked with libwrap. What's going on here?? According to Rich Winkel: > According to Ruben de Groot: > > On Sun, Aug 29, 2004 at 11:53:55PM -0500, Rich Winkel typed: > > > I'm running 4.10-release-p2. Sendmail is ignoring hosts.allow. > > > Is this a known problem? > > > > AFAIK, no. Could you post your hosts.allow? Are you using sendmail from > > the base system? > > Hi, sorry I was burnt out from lack of sleep and beating my head > against the wall :) I'm using the base system sendmail. > I just put (as an example): > sendmail : 127.0.0.1 : deny > as the first line of /etc/hosts.allow, > kill and restart sendmail (just in case) and do a > telnet localhost 25 > and it still connects: > Trying 127.0.0.1... > Connected to localhost. > Escape character is '^]'. > 220 crusty.math.missouri.edu ESMTP Sendmail 8.12.11/8.12.11; Mon, 30 Aug 2004 09:35:29 -0500 (CDT) > quit > 221 2.0.0 crusty.math.missouri.edu closing connection > > Do I need anything special in sendmail.cf? I don't think I used to ... > Can anyone confirm this on their system? > > Thanks!!! > Rich > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >