On Wed, Apr 25, 2001, Ilya Konstantinov wrote about "Re: Wu-ftpd - Reverse DNS":
> Does wu-ftpd use inetd? Does inetd launch it via tcpd? Then tcpd would
> attempt to perform the reverse DNS lookup.
Ooops, you're right...
You can try reading tcpd(8) (look for the PARANOID wildcard), but you may
have to rebuild tcpd for that.... If you give up on tcpd (I would, if
you are REALLY running in a protected intranet) - find a line looking like
ftp stream tcp nowait root /usr/sbin/tcpd in.ftpd -l -a
in /etc/inetd.conf (or /etc/xinetd.d/* in some newer distributions), and
remove the tcpd:
ftp stream tcp nowait root in.ftpd -l -a
--
Nadav Har'El | Wednesday, Apr 25 2001, 2 Iyyar 5761
[EMAIL PROTECTED] |-----------------------------------------
Phone: +972-53-245868, ICQ 13349191 |Life is what happens to you while you're
http://nadav.harel.org.il |busy making other plans. - John Lennon
=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]