[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] Start/Stop sendmail by command-line in RaQ4



>
> 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