18 Sep
2023
18 Sep
'23
9:41 a.m.
On 18/09/2023 09:25 EEST cyril.leclerc@mantiq.com wrote:
I started the http api on dovecot configuration but following the documentation available here :
https://doc.dovecot.org/admin_manual/doveadm_http_api/
I dont see anything regarding the acl permissions ? do we have to use a specific command ? how to manage a user acl permissions ( change the content of dovecot-acl file ?
You can get the available schema with acl plugin using
curl http://host:port/doveadm/v1
It should list the available ACL commands there.
Aki