Cannot "undelegate"...
 
Notifications
Clear all

Cannot "undelegate" Mailbox Accounts

5 Posts
1 Users
0 Reactions
227 Views
(@lumberjack)
New Member
Joined: 4 months ago
Posts: 11
Topic starter  

We've been leveraging the instructions at https://community.zextras.com/mailbox-delegation-in-carbonio-community-edition-carbonio-ce/#aioseo-sending-emails-from-a-delegated-mailbox to delegate mailboxes to other accounts (having other email inboxes available from the webmail interface). 

In particular, this command works super well in ENABLING the mailbox under a different user account:

carbonio prov selectMailbox TARGET_MAILBOX modifyFolderGrant / account MAILBOX_GETTING_ACCESS rwixd

But we cannot figure out how to REMOVE the mailbox delegated to another account. Using the `Revoking Permissions` command on those docs doesn't work: 

carbonio prov selectMailbox zextras@carbonio.local modifyFolderGrant / cos default none

We understand reducing permissions to the target mailbox should do it, so we tried a few variations of the initial command, like: 

carbonio prov selectMailbox TARGET_MAILBOX modifyFolderGrant / account MAILBOX_GETTING_ACCESS none

... but the delegated mailbox still exists when you login to email (after a logout / login, of course).

What are we missing?

Are any services required to be restarted or other commands needed to commit the change? 


   
Quote
(@lumberjack)
New Member
Joined: 4 months ago
Posts: 11
Topic starter  

Correction above, the TARGET_MAILBOX and MAILBOX_GETTING_ACCESS are swapped. 

We also tried "" and literally nothing instead of none, but those are invalid commands.


   
ReplyQuote
(@lumberjack)
New Member
Joined: 4 months ago
Posts: 11
Topic starter  

Any ideas on other ways to modify permissions, or see actual settings applied to a delegated account?


   
ReplyQuote
(@lumberjack)
New Member
Joined: 4 months ago
Posts: 11
Topic starter  

Are there other ways to review / modify mailbox delegations to specific user accounts? 


   
ReplyQuote
(@lumberjack)
New Member
Joined: 4 months ago
Posts: 11
Topic starter  

In case anyone else runs across this issue, there was a "domain wide grant" applied that caused the mailbox to be visible other mailboxes. The command to add that was similar to:

carbonio prov selectMailbox EMAILADDR modifyFolderGrant / domain DOMAIN rwixd

To undo, it's similar to: 

carbonio prov selectMailbox EMAILADDR modifyFolderGrant / domain DOMAIN none

That solved the issue discussed above.


   
ReplyQuote