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

    simple multi domain setup?

    Kopano Groupware Core
    2
    3
    1077
    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.
    • mapo
      mapo last edited by

      Hello.
      We are migrating from ZCP 7.2.6 to Kopano… But i can’t migrate the following configuration:
      We use [user]@domain.a for all emails. But one of our users have a specific domain address: blank@domain.b on the same Kopano server.
      Configuration in Postfix virtual file has been working well in ZCP 7.2.6, but now, after migration, she can send emails out with her domain.b address, however, replies to her address are rejected with:

      blank@domain.a (expanded from blank@domain.b): host 127.0.0.1[127.0.0.1]
      said: 503 5.1.1 User does not exist (in reply to RCPT TO command)

      Any help or tips?

      mapo 1 Reply Last reply Reply Quote 0
      • mapo
        mapo @mapo last edited by

        Ok. Just found a solution:

        • i deleted user in question with
        kopano-cli --delete --user blank
        
        • recreated the user with:
        kopano-cli --create --user blank@domain.b --email blank@domain.b [ ...]
        

        (it seems username must be the same as email in multidomain system)

        • edit the /etc/postfix/virtual file and add new entry for user:
        ...
        blank@domain.b      blank@domain.b
        ....
        
        • recreate/reload Postfix virtual db:
        postmap /etc/postfix/virtual
        

        Works for me.

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

          @mapo said in simple multi domain setup?:

          (it seems username must be the same as email in multidomain system)

          No, that is not try. You must either need to deliver emails with either the username of the desired user or his primary email.

          In your case it already seem to have failed to resolve the user on the MTA level.

          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
          • First post
            Last post