[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] sendmail open user in top
- Subject: RE: [cobalt-users] sendmail open user in top
- From: "Jolley, Carl" <Carl.Jolley@xxxxxxx>
- Date: Tue Jul 9 08:32:03 2002
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
-----Original Message-----
From: cobalt@xxxxxxxxxxxxx [mailto:cobalt@xxxxxxxxxxxxx]
Sent: Tuesday, July 09, 2002 9:32 AM
To: cobalt-users@xxxxxxxxxxxxxxx
Subject: Re: [cobalt-users] sendmail open user in top
On 9 Jul 2002 at 14:17, Liam Delahunty wrote:
> I tried
> /etc/rc.d/init.d/sendmail restart
> but the processes remained.
When you issue a restart, only the main sendmail process is stopped and
started.
To kill all the other sendmail process (one by one), issue
/etc/rc.d/init.d/sendmail stop
untill you get the [failed] message then
/etc/rc.d/init.d/sendmail start
to get it going again.
-------------------------------
Better yet to kill all the other sendmail processes
at once, enter: killall sendmail