Date: Wed, 12 Jan 2000 15:04:22 +0300 From: Sergei Vyshenski <svysh@pn.npi.msu.ru> To: freebsd-questions@FreeBSD.ORG Subject: sendmail-8.10 ignores /etc/hosts.allow Message-ID: <3.0.5.32.20000112150422.007c7b60@localhost>
next in thread | raw e-mail | index | archive | help
Sample /etc/hosts.allow in FreeBSD 3.4 implies that
it can control access to sendmail.
But sendmail-8.10 ignores this file completely, even
if compiled with tcp_wrappers support as follows:
sh Build -c -DTCPWRAPPERS
with ../devtools/Site/site.config.m4 containing:
APPENDDEF(`confINCDIRS', `-I/usr/include')
APPENDDEF(`confLIBDIRS', `-L/usr/lib')
APPENDDEF(`confLIBS', `-lwrap')
Is it necessary to run sendmail via inetd to get
tcp wrapping according to /etc/hosts.allow?
But it seems that to wrap sendmail, inetd does not
need sendmail to be compiled with tcp_wrappers support?
What tcp_wrappers support in sendmail means then?
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3.0.5.32.20000112150422.007c7b60>
