On Tuesday 15 Mar 2005 16:49, Carl Parrish wrote:
> On Tue, 2005-03-15 at 11:02 +0200, Eero Volotinen wrote:
> > > Not same error in log. (and I'm concerned that *something* in xinetd
> > > may have been important) typing "ps -ef | grep xinetd" gives me.
> > > root      5248     1  0 Feb22 ?        00:00:01 xinetd -stayalive -
> > > pidfile /var/run/xinetd.pid
> > > is it safe to kill that ps?
> >
> > try first to kill -TERM and then with -9 (KILL KILL!). Remember also
> > disable xinetd startup using "chkconfig xinetd off"
> >
> > --
> > Eero
>
> Okay the old version of qmail seems to be no more. Now when I type
> qmailctl start and tail /var/log/qmail/smtpd/current I get
> @400000004237103c1d7367e4 tcpserver: status: 0/20
>
> So I'm guessing that's all good. However when I run inst_check I'm still
> getting
> ! /etc/tcp.smtp.cdb is missing
> ...try: /var/qmail/bin/qmailctl cdb
>
> qmailctl cdb doesn't seem to help. Any thoughts?

your tcp.smtp should be in /home/vpopmail/etc/

check your run file in
/var/qmail/supervise/qmail-smtpd/

looks like it is pointing to /etc/tcp.smtp.cdb, which is not the way toaster 
does it, that is more vanilla qmail install

#this is how you build it
cd /home/vpopmail/etc
echo '127.:allow,RELAYCLIENT=""' > tcp.smtp
/usr/local/bin/tcprules tcp.smtp.cdb tcp.smtp.tmp < tcp.smtp

also ensure that you have something like this in your crontab:
9-59,10 * * * * /home/vpopmail/bin/clearopensmtp 2>&1 > /dev/null
if you are using pop-before-smtp

svc -du /service/qmail* /service/qmail*/log
will restart your qmail services

then check with
ps ax 
or
ps auxwwwf
readproctitle should only have dots after it.
you can see what the runfiles actually ran.

netstat -at
to check which tcp ports are in use.

HTH
-- 
-----------------
Bob Hutchinson
Midwales dot com
-----------------

Reply via email to