Re: [Kolab-devel] Kolab 3.x Extension to handle secondary domains internally (Multi-domain patched)
Rickard Osser <[email protected]>
| Newsgroups | gmane.comp.kde.devel.kolab |
|---|---|
| Message-ID | <[email protected]> |
2014-04-02 18:07 skrev Alexander Haensch: > Hi Rickard, > > I do not fully understand what you are trying to achieve. Do you wan't > to have some kind of multidomain autoconfiguration for a lot of users? > For manual setup i would change the settings: > Doesn't it help if you lower the Validation rules under > settings->Kolab User->Attributes->alias->edit-> validation=none -> > save -> submit. > Afterwards you can change your aliases like you would. > For postfix to find that aliases, you probably need to extend the ldap > search but i think you are very near with that query_filter. > But i was never changing anything there. > > hope this helps. > Hi Alexander, You are correct, I've already done all that you describe and came to the conclusion that Postfix ldap implementation really don't support using the result from the domain search as the search_base, that is what I would like implemented. I've got 1 mailbox, 3 companies and 6 domains (I've actually got more but keep a separate mailbox for that company), the companies are not related more than being run by my family and being owned by eachother. So for company1, 2 and 3 I need to be able to separate several common addresses like info/support/invoice and stuff. We've been using mailgroups/maillists before and that is what I want to do now as well, second, this can be achieved when using the multi-domain pathced version of Kolab as there is only one DN used for all domains in that case but we are also hosting other customers on the same server and that's why I stumbled on this problem. Best regards, Rickard