Mitch Pirtle <[EMAIL PROTECTED]> wrote:
> 
> Basically, all local deliveries are fine using qmail-inject.  When I try to 
> do anyhting that uses smtp, I get "Connection refused".

Your smtp daemon is not running.  That's probably qmail-smtpd.

> To add insult to injury, I cannot determine where or if qmail is actually
> logging any events, and cannot tell if the server(s) are running correctly.

Depends how you configured your logging, and what logger you're using.
It could be /var/log/maillog, or /var/log/qmail, or one of many other
choices.
 
> I've installed tcpserver and everything looks ok there as well - but it 
> appears that smtp just doesn't fire up.  Here is the current line in 
> inetd.conf:
> 
> tcpserver -u 508 -g 507 0 smtp /var/qmail/bin/qmail-smtpd &

tcpserver isn't meant to be run from within inetd.  It's supposed to run
standalone.
 
> Before using tcpserver, it was:
> 
> smtp stream tcp nowait qmaild /var/qmail/bin/tcp-env tcp-env \ 
> /var/qmail/bin/qmailsmtpd

That looks broken to me (is tcp-env trying to run tcp-env?), but as I don't
use tcp-env or inetd, I'm not sure.
 
> Does anyone know where I can start to find out what's busted?

Your logs will say.  Really.  You just have to find them.

> Also, there's very little available reference on the configuration of qmail 
> (other than the main site and a few docs with the distribution).  Where are 
> other good places to get info?

There are many good places.  www.qmail.org points to all kinds of user-
contributed documentation -- Dave Sill's "Life with qmail" describes a
particular configuration of qmail and supporting utilities, and gives a
step-by-step guide to obtaining that particular configuration.  This is
a particularly good setup for someone who isn't comfortable designing their
own configuration.

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