View Single Post

  #1 (permalink)  
Old 04-18-2008
abramo
 
Posts: n/a
Default more than one ldap database.

If I have two databases in my ldap, ex: dc=dominio1,dc=it is the first
database and dc=dominio2,dc=it is the second one and I want to manage
these two domains as virtual domains with postfix.
I have to put virtual_mailbox_domains = dominio1.it, dominio2.it in
main.cf and then virtual_mailbox_maps = ldap:/etc/postfix/ldap-vmail.cf
where I put in ldap-vamil.cf the ldap configuration as the search_base,
etc.
How can I do to tell postfix to search accounts under dc=dominio1,dc=it
and dc=dominio2,dc=it trees?
Thank you.
Reply With Quote