[Dovecot] Multiple LDAP authentication servers

Romer Ventura rventura at h-st.com
Mon Oct 3 18:34:47 EEST 2011


So you are saying I can define multiple passdb and userdb, each pointing to a different ldap config file?

Thanks
--------
Romer Ventura


-----Original Message-----
From: dovecot-bounces at dovecot.org [mailto:dovecot-bounces at dovecot.org] On Behalf Of Joseba Torre
Sent: Monday, October 03, 2011 10:22 AM
To: dovecot at dovecot.org
Subject: Re: [Dovecot] Multiple LDAP authentication servers

On Lunes 03 Octubre 2011 16:29:39 Romer Ventura escribió:
> Is there any way to get dovecot to try a second LDAP server if the 
> first one fails to authenticate..?

Sure; just add a second passdb (maybe you also need a second userdb) pointing to the other server. Something like

passdb ldap {
    args = /usr/local/etc/AD.conf
  }
passdb ldap {
   args = /usr/local/etc/second.conf
}

HTH
--
Joseba Torre. Vicegerencia de TICs, área de Explotación



More information about the dovecot mailing list