Re: [Exim] Little LDAP question

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Nico Erfurth
日付:  
To: Christopher Bodenstein
CC: Exim Users list
題目: Re: [Exim] Little LDAP question
Christopher Bodenstein wrote:
> Hi folks,
>
> In my configuration, path to the mailboxes are stored in an LDAP server,
> it seems that exim is creating a connection to the ldap server for each
> delivery and I was just wondering if there was a way to have a
> persistent connection to the ldap server instead of creating many
> connections?


Exim starts a new process for every delivery, so the connection can't be
cached, but it will be cached while routing etc, if you want you can
trick around a little bit and use address_data (exim4) to cache relevant
data yourself.

ciao