Virginia Chism <[EMAIL PROTECTED]> wrote:
> I need to learn how to restart qmail on my BSDi system.  I have not been
> able to locate a qmail-restart in any of the qmail directories.

Depends how you're starting qmail.  If you're using svscan, which then spawns
a supervise process for qmail-start (qmail-send), then the following will
work:

  svc -d service_name
  svc -u service_name

where service_name is the name of the service directory for
qmail-send/qmail-start.

If you're not using svscan, you'll need to find the PID of qmail, and send it
a SIGTERM to tell it to exit cleanly.

Charles
-- 
-----------------------------------------------------------------------
Charles Cazabon                            <[EMAIL PROTECTED]>
GPL'ed software available at:  http://www.qcc.sk.ca/~charlesc/software/
Any opinions expressed are just that -- my opinions.
-----------------------------------------------------------------------

Reply via email to