"Dustin Miller" <[EMAIL PROTECTED]> wrote:

>/var/qmail/rc:
>exec env - PATH="/var/qmail/bin:$PATH" \
>qmail-start ./Maildir/ multilog t /var/log/qmail
>
>/service/qmail/run:
>*symlinked to /var/qmail/rc*
>
>/etc/rc.d/rc.local:
>[snip]
>supervise /service/qmail &
>[snip]
>
>Here are the processes running once the whole shebang starts up (these same
>processes are running when you svc -d /service/qmail followed by an svc -u
>/service/qmail):
>  609 ?        S      0:00 tcpserver 0 pop-3 /var/qmail/bin/qmail-popup
>wfdevelo
> 4126 tty1     S      0:00 supervise /service/qmail
> 4127 tty1     S      0:00 qmail-send
> 4128 tty1     Z      0:00 [qmail-start <defunct>]
> 4129 tty1     S      0:00 qmail-lspawn ./Maildir/
> 4130 tty1     S      0:00 qmail-rspawn
> 4131 tty1     S      0:00 qmail-clean
> 6601 pts/0    S      0:00 grep qmail
>
>No logging taking place.

Try killing everything off and running:

    supervise /service/qmail &

interactively, as root. Look for an error message. I suspect
qmail-start can't find multilog.

-Dave

Reply via email to