Navigation

    Kopano
    • Register
    • Login
    • Search
    • Categories
    • Get Official Kopano Support
    • Recent
    Statement regarding the closure of the Kopano community forum and the end of the community edition

    Domain alias

    Kopano Groupware Core
    ldap kopano core domain-alias
    3
    11
    512
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • fbartels
      fbartels Kopano @noise last edited by

      Hi @noise,

      Kopano does not care for a domain that is assigned to a tenant. So I guess you are asking, because you are missing configuration in your MTA?

      Since this is a hosting system you may want to get in contact with our support.

      Regards Felix

      Resources:
      https://kopano.com/blog/how-to-get-kopano/
      https://documentation.kopano.io/
      https://kb.kopano.io/

      Support overview:
      https://kopano.com/support/

      1 Reply Last reply Reply Quote 0
      • thctlo
        thctlo last edited by thctlo

        @fbartels said in Domain alias:

        So I guess you are asking, because you are missing configuration in your MTA?

        I’ve always wondered why that is, since its pretty easy to implement it.
        All you need is already in kopano.

        and your “thinking” this is a hosting system, like you did with me.
        but most probly he has multiple domains, like me…

        Multi-tenancy configurations is one of the great features of kopano, its just not used as it should, but thats my personal opinion, this is because for example, if you add a new “company” and you use the domainname. ( per example: add the company name as : domain.tld )
        in mysql all you need is this querie: for example in postfix :
        query = select value from objectproperty where propname=‘companyname’ and value=’%s’

        And if you add a new domain, postfix directly knows.
        I find this part a great feature.

        And you can do exactly the same with ldap.

        fbartels 1 Reply Last reply Reply Quote 0
        • fbartels
          fbartels Kopano @thctlo last edited by

          @thctlo said in Domain alias:

          And you can do exactly the same with ldap.

          Yes of course you can do exactly the same with LDAP. But the key point is that the mail domain is not relevant to Kopano at all. The only relevant piece of information is the primary email address of the user.

          Everything else is resolved in the MTA (and therefore Kopano gives you the best flexibility instead of limiting you in what you can do).

          Regards Felix

          Resources:
          https://kopano.com/blog/how-to-get-kopano/
          https://documentation.kopano.io/
          https://kb.kopano.io/

          Support overview:
          https://kopano.com/support/

          1 Reply Last reply Reply Quote 0
          • thctlo
            thctlo last edited by

            @fbartels said in Domain alias:

            The only relevant piece of information is the primary email address of the user.

            That flexibility is exactly why i like kopano. :-)

            1 Reply Last reply Reply Quote 0
            • noise
              noise last edited by

              Hmmh ok that means this is not possible either with ldap or database to receive emails to the same user with two different domains :-( on all systems i have domain alias like plesk etc. or i need a license for this ?

              fbartels 1 Reply Last reply Reply Quote 0
              • fbartels
                fbartels Kopano @noise last edited by

                @noise said in Domain alias:

                or i need a license for this

                If it helps warranting the purchase for you, then yes ;-)

                But as said before this is possible, your mta just needs to resolve your aliases for you (Plesk is doing nothing different).

                Regards Felix

                Resources:
                https://kopano.com/blog/how-to-get-kopano/
                https://documentation.kopano.io/
                https://kb.kopano.io/

                Support overview:
                https://kopano.com/support/

                1 Reply Last reply Reply Quote 0
                • noise
                  noise last edited by noise

                  ok thanks, i try. at the moment i not want a license, but perhaps later if i kill my kerio.

                  edit:
                  i do the following query…

                  ## (associatedDomain = aliasDomain) (kopanocompanyserver = Domain)
                  server_host = localhost
                  search_base = dc=test,dc=local
                  bind_dn = cn=admin,dc=test,dc=local
                  bind_pw = xxxxxx
                  scope = sub
                  query_filter = (&(objectclass=kopano-company)(|(objectclass=associatedDomain)(|(kopanoCompanyServer=%s)(associatedDomain=%s)$
                  result_attribute = kopanoCompanyServer, associatedDomain
                  recursion_limit = 9
                  expansion_limit = 100
                  version = 3
                  

                  all local tests seems to working, but to work it properly, the complete email address of the second domain must be deposited as an email alias.

                  1 Reply Last reply Reply Quote 0
                  • thctlo
                    thctlo last edited by

                    just setup a new query as alias, look how its done with mysql.
                    i have in postfix 5 of these searches/files

                    1 Reply Last reply Reply Quote 0
                    • fbartels
                      fbartels Kopano last edited by

                      @noise when you edit your post then this does not get marked as unread on this forum and can therefore easily be missed.

                      See this post on StackExchange for some strategies https://serverfault.com/questions/415274/postfix-what-exactly-are-alias-domains

                      Regards Felix

                      Resources:
                      https://kopano.com/blog/how-to-get-kopano/
                      https://documentation.kopano.io/
                      https://kb.kopano.io/

                      Support overview:
                      https://kopano.com/support/

                      noise 1 Reply Last reply Reply Quote 0
                      • noise
                        noise @fbartels last edited by

                        @fbartels said in Domain alias:

                        https://serverfault.com/questions/415274/postfix-what-exactly-are-alias-domains

                        ok tanks, i notice with doing edits ;-)
                        i think my queries are working, but now have other things to resolve it.

                        1 Reply Last reply Reply Quote 0
                        • First post
                          Last post