> I've done the lwq installation. As a test I have tried to telnet from
> my 
> mail server to itself on port 25 to see if qmail is listening. But I
> get a 
> "connection refused" message.


Too vague...you typed what exactly ?   Hopefully :-

telnet localhost 25

or 
telnet 127.0.0.1 25

 
> I've enable telnet in inetd.conf and my /etc/tcp.smtp file looks like
> this:
> 
> 127.:allow,RELAYCLIENT=""
> 10.:allow,RELAYCLIENT=""


AND...

You`ve put it in /etc/tcp.smtp BUT have you built the cdb yet ?

ie.

qmailctl cdb

OR, in case that doesn`t work

tcprules /etc/tcp.smtp.cdb /etc/tcp.smtp.tmp < /etc/tcp.smtp


> I think qmail is running a ps -ax gives:
> 
> 11988 ??  S       0:00.05 svscan /service
> 2591 ??  S       0:00.22 readproctitle service errors: ...\nenv: 
> qmail-start:
> 31908 ??  S       0:01.44 supervise qmail-smtpd
> 10717 ??  S       0:01.45 supervise qmail-send
> 32271 ??  I       0:00.01 supervise log
> 20618 ??  I       0:00.01 supervise log
> 6245 ??  S       0:00.10 /usr/local/bin/multilog t /var/log/qmail/stmpd
> 16675 ??  I       0:00.01 /usr/local/bin/multilog t /var/log/qmail
> 

You need to do :-

ps waux | grep qmail

to show ALL the qmail processes.

...later...Martin


Reply via email to