Author: W B Hacker Date: To: exim users Subject: Re: [exim] Can't close open relay.
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
Sheesh! I think I'd rather
'init 6'
>
> you can also get rid of the 'no such process' error with either
> a 2> /dev/null or put a grep -v grep after the initial grep.
>
> :)
>
> D.
>
If it's all the same, I'll just ignore the error...