Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possiblity to add default permissions and to add permission value none #16

Open
mniehren opened this issue Aug 25, 2023 · 0 comments
Open
Assignees

Comments

@mniehren
Copy link

mniehren commented Aug 25, 2023

I would like to setup the default permissions of an public folder to deny. To do that,
2 things are currently missing:

  • add an default permission to an folder:
    grommunio-admin exmdb domain folder grant folderid default value
  • set permission none to an folder
    grommunio-admin exmdb domain folder grant folderid default none

The command should end in the following entry in the exchange.sqlite of the domain
INSERT INTO permissions VALUES(13,427681,'default',0);

Currently a value of "0x0" is switched to all (0x27ff)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants