[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Start/Stop sendmail by command-line in RaQ4
- Subject: Re: [cobalt-users] Start/Stop sendmail by command-line in RaQ4
- From: "Danny Daniels" <dcd@xxxxxxxxxxxxxxxxxx>
- Date: Fri Jun 7 14:58:01 2002
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
>
> I'm trying to start/stop sendmail by command-line in RaQ4, however, it
doesn't work well.
> Does anyone know how to do this?
>
ps -ef |grep sendmail
kill -HUP (sendmail process ID)
Should do the trick
-Danny