If you've setup qmail as the Life with Qmail suggests, run top and look for
the user 'qmails' .. If not, run ps -aex (command varies from OS to OS) and
look for qmail-send
you have to use a switch on ps to view ALL processes on your machine..
Philip
Andreas Altenburg wrote:
> > case "$1" in
>
> > start)
>
> > echo -n "Starting qmail: svscan"
>
> > cd /var/qmail/supervise
>
> > env - PATH="$PATH" svscan &
>
> > echo &! > /var/run/svscan.pid
>
> o.k. the script runs without error. Its said "Starting qmail: svscan." How
> can I put in if it is done?
>
> When looking up with ps it is not shown. How can I test, if qmail is
> running?