<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Hello,<br><br>I'm getting problems to setup domain aliases for hosted domains, what I've done is:<br><br>- domain manage tab, create a new domain name below the main one (admin web):<br>    Management domain<br>        kolab.test.es<br>        kolabtres.test.es<br>    <br>    Hosted domain<br>        kolabdos.test.es<br>        kolabcuatro.test.es<br>    <br>- Now I have the following data in LDAP<br>    cn=kolab,cn=config<br>        associateddomain=kolab.test.es,cn=test,cn=config<br>            associatedDomain kolab.test.es<br>            associatedDomain kolabtres.test.es<br>        associateddomain=kolabdos.test.es,cn=test,cn=config<br>            associatedDomain kolabdos.test.es<br>            associatedDomain kolabcuatro.test.es<br><br>- Now I've setup an alias for a user like:<br>    alias u.uno@kolabtres.test.es<br>    <br>But if i send an email to u.uno@kolabtres.test.es postfix return me that user unknown. I've check the ldap lookup tables for postfix and I think the problem is in the base_dn, I've have it setup like:<br>    # cat mydestination.cf<br>        server_host = localhost<br>        server_port = 389<br>        version = 3<br>        search_base = cn=kolab,cn=config<br>        scope = sub<br><br>        bind_dn = uid=kolab-service,ou=Special Users,dc=kolab,dc=test,dc=es<br>        bind_pw = ******<br><br>        query_filter = (&(associatedDomain=%s))<br>        result_attribute = associateddomain<br><br>    # postmap -q kolabtres.test.es ldap:/etc/postfix/ldap/mydestination.cf    <br>        kolab.test.es,kolabtres.test.es<br>    <br>    But when I've try to search in virtual_alias_maps or local_recipients_maps I've no exit:<br>    # cat virtual_alias_maps.cf<br>        server_host = localhost<br>        server_port = 389<br>        version = 3<br>        search_base = dc=%3,dc=%2,dc=%1<br>        scope = sub<br><br>        domain = ldap:/etc/postfix/ldap/mydestination.cf<br><br>        bind_dn = uid=kolab-service,ou=Special Users,dc=kolab,dc=test,dc=es<br>        bind_pw = *****<br><br>        query_filter = (&(|(mail=%s)(alias=%s))(objectclass=kolabinetorgperson))<br>        result_attribute = mail<br><br>    # cat local_recipient_maps.cf<br>        server_host = localhost<br>        server_port = 389<br>        version = 3<br>        search_base = dc=%3,dc=%2,dc=%1<br>        scope = sub<br><br>        domain = ldap:/etc/postfix/ldap/mydestination.cf<br><br>        bind_dn = uid=kolab-service,ou=Special Users,dc=kolab,dc=test,dc=es<br>        bind_pw = *****<br><br>        query_filter = (&(|(mail=%s)(alias=%s))(|(objectclass=kolabinetorgperson)(|(objectclass=kolabgroupofuniquenames)(objectclass=kolabgroupofurls))(|(|(objectclass=groupofuniquenames)(objectclass=groupofurls))(objectclass=kolabsharedfolder))))<br>        result_attribute = mail<br><br>    # postmap -q u.uno@kolabtres.test.es ldap:/etc/postfix/ldap/virtual_alias_maps.cf<br>    # (no exit)<br><br>It looks like virtual_alias_maps.cf tries to search in "search_base = dc=%3,dc=%2,dc=%1", in my case it is translated to "search_base = dc=kolabtres,dc=test,dc=es", which do not exits.<br>Which configuration should I have to make this work?<br><br>Thanks & Regards.<br>    <br>Manel<br>                                    </div></body>
</html>