This is a discussion on Re: ldap problem within the mailing.postfix.users forums, part of the Mail Servers and Related category; Zitat von Chris Holleman <chris@isd-holland.nl>: > hello, >=20 > I'm using postfix (2....
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Zitat von Chris Holleman <chris@isd-holland.nl>:
> hello, >=20 > I'm using postfix (2.0.16) with openldap and i'm trying to configure an= ldap > cache. >=20 > postfix works, but i get the following log entries. >=20 > Feb 10 10:20:44 lisa postfix/smtpd[19916]: warning: dict_ldap_connect: = Unable > to configure cache for accountsmap: -1 (Unknown error) -- continuing > Feb 10 10:20:44 lisa postfix/smtpd[19916]: warning: dict_ldap_connect: = Unable > to configure cache for aliases: -1 (Unknown error) -- continuing Don't use the client-side cache from the open LDAP libs. It was broken in= 1.x and is disabled by default in 2.x. Use the proxymap feature from postfix to gain performance/reduce the load instead. Regards Andreas |