* Timo Sirainen :
> > So far so good. Now just in case... could I tell dovecot to read the
> > OpenLDAP client settings from a non default configuration file e.g.
> > /etc/dovecot/ldaprc.
> >
> > I know Cyrus SASL can do this with the ldapdb plugin and I'd be interested
> > if this is possible wit
On Sun, 2008-03-09 at 20:41 +0100, Patrick Ben Koetter wrote:
> I am using OpenLDAP to read Dovecot User settings and want to use TLS for
> user_attrs and pass_attrs queries.
>
> So I set "tls = yes" and it kept failing until I told the OpenLDAP ldap client
> in /etc/ldap/ldap.conf where the CA ce
I am using OpenLDAP to read Dovecot User settings and want to use TLS for
user_attrs and pass_attrs queries.
So I set "tls = yes" and it kept failing until I told the OpenLDAP ldap client
in /etc/ldap/ldap.conf where the CA certificate can be found.
So far so good. Now just in case... could I tel