Re: [exim] Can't close open relay.

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Renaud Allard
日付:  
To: Drav Sloan
CC: exim users, W B Hacker
題目: 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
>



There is always more than one way to do it :)