<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<br>
For the python client I need to have mailbox="something"
user="something" id="something" otherwise I get the invalid
parameter message.<br>
<div class="moz-signature"><b><span style="font-size:11.0pt"><span
style="font-family:Arial,sans-serif"><span
style="color:navy"></span></span></span></b><br>
</div>
<div class="moz-cite-prefix">On 27/05/2021 13:26, Aki Tuomi wrote:<br>
</div>
<blockquote type="cite"
cite="mid:2136739215.914.1622118367475@appsuite-dev-gw1.open-xchange.com">
<pre class="moz-quote-pre" wrap="">
</pre>
<blockquote type="cite">
<pre class="moz-quote-pre" wrap="">On 27/05/2021 15:13 Rhodri Jones <a class="moz-txt-link-rfc2396E" href="mailto:rhodri.jones@armymail.mod.uk"><rhodri.jones@armymail.mod.uk></a> wrote:
I asked previously for info about the API options for doveadm acl delete but I think my question was misunderstood.
I want to know the command I would use (with curl for instance) that corresponds with:
doveadm acl delete -u <targetmailbox> INBOX user=<targetuser>
Using the python client for doveadm http API I can see the valid parameters but I don't seem to be able to get the correct syntax.
(doveadm) aclDelete ?
invalid parameter: ?
valid parameters for aclDelete:
- userFile (string)
- allUsers (boolean)
- mailbox (string)
- user (string)
- socketPath (string)
- id (string)
--
</pre>
</blockquote>
<pre class="moz-quote-pre" wrap="">
The parameters correspond with the command line parameters, so you can do
aclDelete user target mailbox INBOX id user=otheruser
Aki
</pre>
</blockquote>
<br>
</body>
</html>