Re: [exim] Exim FreeBSD queue separate runnes

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Proskurin Kirill
日付:  
To: exim-users
題目: Re: [exim] Exim FreeBSD queue separate runnes
On 27/04/10 14:34, Frank Heydlauf wrote:
> Hi,
>
> On Tue, Apr 27, 2010 at 02:05:12PM +0400, Proskurin Kirill wrote:
> ...
>>>> /usr/sbin/exim4 -bd
>>>> /usr/sbin/exim4 -oP /var/run/exim4/eximqr.pid -q5m
>
> fist stop exim, then start the above manually.
> Is it really faster?


I test it by Postfix test tool(eg - send ~10000 emails at a row) and it
was really more fast. More than a twice as I remember.

>>>> How make this in FreeBSD? RC script seems to don`t know anything about
>>>> this.
>
> you could i.e.
>
> 1.
> set exim_enable="NO"
> in /etc/rc.conf
>
> 2.
> insert something like
>
>     if [ -x /usr/sbin/exim4 ]
>     then
>          /usr/sbin/exim4 -bd
>          /usr/sbin/exim4 -oP /var/run/exim4/eximqr.pid -q5m
>     fi

>
> into /etc/rc.local
>
> (use your valid pathes!)


Yes I think about this construction. I just wonder - is there kind some
native way. Ok - thank you I will try this.


--
Best regards,
Proskurin Kirill