David Benfell <[EMAIL PROTECTED]> wrote:
> > > I am still running inetd.  What, besides that, am I doing wrong?

> > Probably qmail-smtpd is not running, or least not on port 25.  Did you
> > configure tcpserver to bind to port 25 and launch qmail-smtpd, or what?

> I'm still running inetd; the line I thought was applicable is:
> 
> qmtp stream tcp nowait qmaild /var/qmail/bin/tcp-env tcp-env
> /var/qmail/bin/qmail-qmtpd
> 
> I take it this won't do?

Nope.  I'm no expert on inetd configuration, but you're running
qmail-qmtpd and not qmail-smtpd.  qmail-qmtpd speaks a different protocol
(QMTP) than qmail-smtpd (SMTP), and lives on a different port.
 
tcpserver can live peacefully alongside inetd and is quite simple to use.
I'd suggest you install it.  Otherwise, start launching qmail-smtpd from
inetd instead of qmail-qmtpd.

Charles
-- 
-----------------------------------------------------------------------
Charles Cazabon                            <[EMAIL PROTECTED]>
GPL'ed software available at:  http://www.qcc.sk.ca/~charlesc/software/
Any opinions expressed are just that -- my opinions.
-----------------------------------------------------------------------

Reply via email to