We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I would like to setup the default permissions of an public folder to deny. To do that, 2 things are currently missing:
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)
The text was updated successfully, but these errors were encountered:
juliaschroeder
No branches or pull requests
I would like to setup the default permissions of an public folder to deny. To do that,
2 things are currently missing:
grommunio-admin exmdb domain folder grant folderid default value
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)
The text was updated successfully, but these errors were encountered: