Displaying 1 result from an estimated 1 matches for "somevirtdomain".
2010 Jul 23
1
Dovecot and LDAP - virtual hosting problem
...sername (without domain part) and when user from virtual domain
logs in, he uses username at virtualdomain as his username. I don't know
how to make dovecot-ldap.conf to authenticate both users from the same
ldap tree. My ldap tree is organized like:
ou=people,o=example.com,dc=acme
ou=people,o=somevirtdomain.cp,dc=acme
and so on... The only one thing that comes on my mind is something
like (default domain) in dovecot.conf (if %d is empty then
%d=examle.com, othewise...) I know this option does not exist
but is just comes on my mind... Maybe some specific filter_search or
something like that?
Than yo...