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

Re: [cobalt-users] Suspending users & sites



> have it run 'newaliases' when it's done, then restart sendmail to make the
> changes active (by doing kill -HUP pid_of_sendmail).

Couldn't resist...

Admins can save lots of time by killing programs with their name, rather
than their PID (as looking up a PID takes some time, especially when you
rehash a sevice which changes it's PID constatnly.)

The command is:

killall -HUP sendmail

> Steve Werby
> President, Befriend Internet Services LLC
> http://www.befriend.com/

- shimi