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

RE: [cobalt-users] sendmail open user in top



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