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

    How to configure permissions as administrator for shared mailboxes

    Kopano Groupware Core
    2
    2
    342
    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.
    • Blinkiz
      Blinkiz last edited by

      Lets create some users:

      kopano-cli --create --user liam --name=liam --fullname=liam --email=liam@cyperspace.com --password-prompt --active=yes
      kopano-cli --create --user noah --name=noah --fullname=noah --email=noah@cyperspace.com --password-prompt --active=yes
      kopano-cli --create --user william --name=william --fullname=william --email=william@cyperspace.com --password-prompt --active=yes
      kopano-cli --create --user benjamin --name=benjamin --fullname=benjamin --email=benjamin@cyperspace.com --password-prompt --active=yes
      kopano-cli --create --user mason --name=mason --fullname=mason --email=mason@cyperspace.com --password-prompt --active=yes
      kopano-cli --create --user elijah --name=elijah --fullname=elijah --email=elijah@cyperspace.com --password-prompt --active=yes
      kopano-cli --create --user oliver --name=oliver --fullname=oliver --email=oliver@cyperspace.com --password-prompt --active=yes
      kopano-cli --create --user jacob --name=jacob --fullname=jacob --email=jacob@cyperspace.com --password-prompt --active=yes
      
      kopano-cli --create --user james --name=james --fullname=james --email=james@cyperspace.com --password-prompt --active=yes
      kopano-cli --create --user logan --name=logan --fullname=logan --email=logan@cyperspace.com --password-prompt --active=yes
      

      Create two groups

      kopano-cli --create --group helpdesk
      kopano-cli --create --group finance
      

      Add people into the groups

      kopano-cli --add-user liam --group helpdesk
      kopano-cli --add-user noah --group helpdesk
      kopano-cli --add-user william --group helpdesk
      kopano-cli --add-user benjamin --group helpdesk
      kopano-cli --add-user mason --group helpdesk
      kopano-cli --add-user elijah --group helpdesk
      kopano-cli --add-user oliver --group helpdesk
      kopano-cli --add-user jacob --group helpdesk
      
      kopano-cli --add-user james --group finance
      kopano-cli --add-user logan --group finance
      

      Create shared mailboxes

      kopano-cli --create --user helpdesk --name=helpdesk --fullname=helpdesk --email=helpdesk@cyperspace.com --active=no
      kopano-cli --create --user finance --name=finance --fullname=finance --email=finance@cyperspace.com --active=no
      

      Permissions
      I would like all users in group helpdesk see the shared mailbox helpdesk in WebApp including full control of emails and sending emails as the user helpdesk. How can I configure this as administrator?

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

        Hi @Blinkiz ,

        with the db plugin afair all groups are by default security groups. This means you can just assign acls to if (for example through webapp).

        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