Sendmail is not running and the /etc/services looks correct, but the
/etc/inted.conf contains the following lines:

#smtp   stream  tcp     nowait  qmaild  /var/qmail/bin/tcp-env  tcp-env
/var/qmail/bin/qmail-smtpd
#smtp   stream  tcp     nowait  root    /usr/local/bin/tcpserver -v
baboon.ehosting.ch 25 /var/qmail/bin/qmail-smtpd


The are commented but I think this isn't correct and there is a note:
NOTE: This is no longer the correct way to handle incoming SMTP
#        connections for qmail.  Use tcpserver
(http://cr.yp.to/ucspi-tcp.html)
#        instead.

Now I don't know how I can correct it?

If I start the whole thing then there are about 10 clearopensmtp and crons
(maybe some other qmail stuff)
which use 100% of the CPU. That could be right?

I followed exactly the tutorial from the inter7.com homepage.
I will have a look to the tutorial from Matt but it looks very similar, but
maybe the little difference will help me ;-))


- domi


----- Original Message -----
From: "Michael French" <[EMAIL PROTECTED]>
To: "Voodoo Web network" <[EMAIL PROTECTED]>
Sent: Tuesday, November 14, 2000 7:41 PM
Subject: Re: problems with starting qmail/vpopmail


>     Usually you get that probelm when something else is using the port.
> Since you are using tcpserver, make sure that sendmail is not still
running
> (ps ax).  If it is, look at the process number of it from the ps and kill
it
> and then "rpm -e --nodeps sendmail" to get rid of it.  Also, check the
> inetd.conf in /etc to make sure nothing is using port 25 on your machine.
I
> had this problem a couple of times too and I could never quite pin it down
> so I did a fresh install and it fixed it, but that was probably not the
best
> way to fix a problem.  You might want to check your startup statement for
> tcpserver and make sure you are giving it the right port (25 or smtp) and
> make sure in your services file in /etc that port 25 is listed as "smtp".
> Hope this helps some, my guess is either a)something else is trying to use
> that port b)you are not starting tcpserver right.  I will try to email you
a
> copy of my startup statements later today.  I don't have access to the
mail
> server right now.
>
> Michael
> ----- Original Message -----
> From: "Voodoo Web network" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Tuesday, November 14, 2000 12:14 PM
> Subject: Re: problems with starting qmail/vpopmail
>
>
> > I chmodded the files to 755 and it looks like that a few things more are
> > working.
> > But the following error fill up me screen:
> > tcpserver: fatal: unable to bind: address already used
> >
> > Is this problem connected with IP adresses?
> > I have 5 IPs and like to use every for mail and web.
> > Where can I find the binded adresses, in the /etc/tcp.smtp file?
> >
> > Thanks a lot for your help...
> >
> > - domi
> >
> >
> >
> > ----- Original Message -----
> > From: "Michael French" <[EMAIL PROTECTED]>
> > To: "Voodoo Web network" <[EMAIL PROTECTED]>
> > Sent: Tuesday, November 14, 2000 12:30 AM
> > Subject: Re: problems with starting qmail/vpopmail
> >
> >
> > >     Have you looked at Life With Qmail by Dave Sill
> > > (http://web.infoave.net/~dsill/lwq.html)?  It is the best resource for
> > > getting qmail up and running.  I use vpopmail also.  I setup qmail
first
> > and
> > > made sure it worked and then went back and did the vpopmail install
and
> > made
> > > all of my domains virtual.
> > >     A few things to check.   Make sure that the permissions on the run
> > files
> > > you created in /var/qmail/supervise/qmail-smtpd and
> > > /var/qmail/supervise/qmail-send (and the log directories in each of
> > these).
> > > You should have used chmod 755 on all of them.  Check to make sure
that
> > you
> > > don't have a mistype in one of the run files.  You could have an
option
> > > wrong or not be pointing it to the correct path of the file you need
> > > (tcpserver, etc).  Once qmail is running, then try the vpopmail
install.
> > I
> > > did not have any problems with this once I got the kinks out of qmail.
> > >
> > > Michael French
> > > ----- Original Message -----
> > > From: "Voodoo Web network" <[EMAIL PROTECTED]>
> > > To: <[EMAIL PROTECTED]>
> > > Sent: Monday, November 13, 2000 4:50 PM
> > > Subject: problems with starting qmail/vpopmail
> > >
> > >
> > > > Hello
> > > >
> > > > I installed qmail / vpopmail exactly like it is described under
> > > > http://www.inter7.com/vpopmail/Qmail-FreeBSD.txt .
> > > >
> > > > But I don't know how I can start all the qmail services, I tried the
> > > > /usr/local/etc/rc.d/qmail start but this give me following error:
> > > > supervise: fatal: unable to start log/run: file does not exist
> > > >
> > > > What do I have to do, to get my qmail installation working??
> > > >
> > > > Thanks for your answers.
> > > >
> > > > dominik
> > > >
> > > >
> > >
> > >
> >
> >

Reply via email to