Displaying 2 results from an estimated 2 matches for "quotaget".
2019 Jan 03
2
doveadm_allowed_commands doesn't work as expected
...he commands added to the list, the RestAPI no longer
work.
1) Return correct reply when doveadm_allowed_commands is empty
# curl -k -H "Content-Type: application/json" -H "Authorization:
X-Dovecot-API <base64 api key>" https://localhost:9088/doveadm/v1
-d'[["quotaGet",{"user":"user1 at mydomain.com"},"c01"]]'
[["doveadmResponse",[{"root":"User
quota","type":"STORAGE","value":"0","limit":1024","percent":"0"},{"root...
2019 Jan 03
0
doveadm_allowed_commands doesn't work as expected
...PI no longer
> work.
>
>
> 1) Return correct reply when doveadm_allowed_commands is empty
>
> # curl -k -H "Content-Type: application/json" -H "Authorization:
> X-Dovecot-API <base64 api key>" https://localhost:9088/doveadm/v1
> -d'[["quotaGet",{"user":"user1 at mydomain.com"},"c01"]]'
> [["doveadmResponse",[{"root":"User
> quota","type":"STORAGE","value":"0","limit":1024","percent":"0"},{...