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

Re: [cobalt-users] Suspending users & sites



> kill -HUP `head -n 1 sendmail.pid` (NOT EXACT COMMAND)
> 
> I just wrote a tiny script in the /root/bin directory called 
> sendmail.restart, put these contents in it:
> 
what is wrong with using
/etc/rc.d/init.d/sendmail <start><stop><hard-restart><restart>
where <> are options
Gerald