On Fri, 2009-08-28 at 10:48 -0400, Michel Bulgado wrote:
> Hello 
> 
> Using postfix-2.3.3-2.1 + with virtual accounts active directory to make
> the search for my users. 
> 
> I wonder if it is possible to declare more than one ldap server in
> postfix, for if it fails then postfix ldap1 continue doing searches on
> LDAP2. 
> 
> 
> failover?
> Redundancy?
> 
> Thanks
> 
> Michel
> 
> 

Sorry , this is my config

accounts_server_host = ldap://server1.home.com:389,
ldap://server2.home.com:389
accounts_search_base = ou=home,dc=com
accounts_query_filter =
(&(objectClass=user)(!(objectClass=computer))(mail=%s))
accounts_result_filter = %d/%u/
accounts_result_attribute = mail
accounts_bind = yes
accounts_bind_dn = cn=conector,cn=Users,dc=home,dc=com
accounts_bind_pw = ***********


I test but don't work

Thanks
Michel


Reply via email to