"Keven Jones" <[EMAIL PROTECTED]> writes:
> I have successfully installed and test qmail with maildir but:
>
> qmail-start is KILLING my system. I am using supervise and
> tcpserver. I sometimes have upto 32 qmail processes and currently I
> have no users on the system. I am running redhat 6.2. All my qmail
> daemons are up but as stated I have sometimes 10 qmail-start
> ./Maildir/ splogger running. My messages file states:
> 958703323.6511621 alert: cannot start: qmail-send is already running
> This messages is repeatedly being written to /var/log/messages.
>
> My /var/qmail/rc script is the followin:
> #!/bin/sh
>
> exec env - $PATH="/var/qmail/bin:$PATH"\
> qmail-start ./Maildir/ splogger qmail \
> tcpserver 0 110 /var/qmail/bin/qmail-popup mail.foo.com \
> /bin/checkpassword /var/qmail/bin/qmail-pop3d Maildir &
Hmm, looks like 2 scripts concatenated...
Where did *that* come from?
You need something different if you want to run qmail under
daemontools. E.g. the scripts from
<http://Web.InfoAve.Net/~dsill/lwq.html> under section 2.8
You should end up with 2 or 3 qmail related services running
under supervise:
1. qmail-send
2. qmail-smtpd
3. qmail-pop3d (optional)
HTH
--
Manfred