Dave Hansen wrote:
> 
> Hello All,
> 
> I have this in my inetd.conf
> 
> smtp    stream  tcp     nowait  qmaild  /usr/sbin/tcpd
> /var/qmail/bin/tcp-env /var/qmail/bin/qmail-smtpd

Are the two lines above on one line in inetd.conf?

Have you looked in syslog and/or messages ?  There may be some
informative messages from tcpd in there.  I'm guessing that either:

a) hosts.all and hosts.deny aren't set up right, so tcpd is rejecting
the connection.
b) The lines in inetd.conf are on two seperate lines and inetdj isn't
reading them as one line.

I'll add my voice to the chorus for tcpserver:  tcpserver is really
nice.  It allows you to control the number of simultaneous incoming
connections, set rules for who can connect, and set environmental
variables to allow some hosts to relay.  Use it if you can.

-- 
Brian L. Gentry
Technical Analyst
Sprint Paranet
Seahawks Branch -- Boca Raton, FL

Reply via email to