acl add
| Man Page | doveadm-acl(1) | 
|---|
Add ACL rights.
CLI
- Usage: doveadm acl add <mailbox> <id> <right> [-A] [-S socket-path] [-u user]
| Argument(s) | Type | Description | 
|---|---|---|
| mailbox | string | Mailbox to add to. | 
| id | string | ID to add to. | 
| right | array | ACL rights to add. | 
| -A | boolean | Apply operation to all users. | 
| -S | string | Path to doveadm socket. | 
| -u | string | UID of user to apply operation to. | 
HTTP API
| Parameter | Type | Description | 
|---|---|---|
| mailbox | string | Mailbox to add to. | 
| id | string | ID to add to. | 
| right | array | ACL rights to add. | 
| allUsers | boolean | Apply operation to all users. | 
| socketPath | string | Path to doveadm socket. | 
| user | string | UID of user to apply operation to. |