Re: [Exim] Little LDAP question

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Nico Erfurth
Datum:  
To: Christopher Bodenstein
CC: Exim Users list
Betreff: 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