On Thu, Mar 18, 1999 at 02:57:19PM -0500, Reid Sutherland wrote:

> I'm getting a connection closed when I telnet from the localhost to port 25
> after I install qmail using inetd and tcp-env. My conf lines are as follows.
> 
> # inetd.conf line, split for sanity of this message.
> #
> smtp stream tcp nowait qmaild /usr/local/bin/tcpd
> /var/qmail/bin/tcp-env /var/qmail/bin/qmail-smtpd
> #
> # end

That line in inetd should read:

smtp stream tcp nowait qmaild /usr/local/bin/tcpd
/var/qmail/bin/tcp-env tcp-env /var/qmail/bin/qmail-smtpd

all one one line. You're missing a "tcp-env" invocation.

-- 
System Administrator
See complete headers for address, homepage and phone numbers

Reply via email to