Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Sep 2004 00:59:52 -0500 (CDT)
From:      Rich Winkel <rich@math.missouri.edu>
To:        Rich Winkel <rich@math.missouri.edu>
Cc:        Ruben de Groot <mail25@bzerk.org>
Subject:   Re: sendmail ignores hosts.allow
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"

next in thread | previous in thread | raw e-mail | index | archive | help
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"
> 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200409050559.i855xq5r012037>