Re: [exim] OK - I'm blind

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Eli Sand
日付:  
To: exim-users
題目: Re: [exim] OK - I'm blind
Marc wrote:
> What's the variable name that tell you how many connections Exim has
> open? I can't seem to find it. Also - is there a 4096 limit on the
> number of connections?


Closest you'll get I think is $smtp_count_at_connection_start which is
documented here
http://www.exim.org/exim-html-current/doc/html/spec_html/ch11.html#SECTexpva
r. Read the docs so you understand what the value is.

As for connection limit, I believe that's your OS - if you're on linux,
check sysctl.

Eli.