[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Suspending users & sites
- Subject: Re: [cobalt-users] Suspending users & sites
- From: shimi <shimi@xxxxxxxxxxxxxxxx>
- Date: Wed May 9 00:54:13 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
On Tue, 8 May 2001, Gerald Waugh wrote:
> > 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
>
Nothing besides the fact all the mail processes DIE (and you stop
recieving mail if you are in a process of it...)
- shimi