OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
more than one ldap database.

From: Mauro Sanna (mauro.sannacomune.cagliari.it)
Date: Fri Apr 18 2008 - 03:28:56 CDT


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.