Author: Peter Bowyer Date: To: exim users Subject: Re: [exim] Can't close open relay.
On 17/05/07, Renaud Allard <renaud@???> wrote: >
>
> Drav Sloan wrote:
> > Renaud Allard wrote:
> >> On a side note, there is no killall command on OpenBSD, if you wish an
> >> equivalent, you will have to install zap from ports or packages.
> >
> > or:
> >
> > ps -ax | grep exim-4 | awk '{print $1}' | xargs kill -15
> >
>
>
> There is always more than one way to do it :)
Just don't try 'killall' on Solaris. Yep, I've been caught by that one
- you need to leave your Linux head behind at the door.