[GH-ISSUE #2704] Can't create user via API. Mailboxes: limit reached #1683

Closed
opened 2026-02-27 11:18:32 +03:00 by kerem · 3 comments
Owner

Originally created by @daidaiworm on GitHub (Dec 5, 2022).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/2704

curl -X POST "https://demo.modoboa.org/api/v2/accounts/" -H "accept: application/json" -H "Content-Type: application/json" -H "Authorization: Token 0487bce8b9d1add498fbfbc2127f05703a944bfa" -d "{"username":"y001@demo.local","role":"SimpleUsers"}"

got error: {"mailbox":["Mailboxes: limit reached"]}
Then tried webmail, also enconter this issue.

Searched this project/issues, tried to chang admin@demo.local resources, but it seems not functional.

2022-12-05 15:59 update:
Microsoft Edge can change resources.
Chore can't.

But still can't add account via API after change resources after using Edge.

Originally created by @daidaiworm on GitHub (Dec 5, 2022). Original GitHub issue: https://github.com/modoboa/modoboa/issues/2704 curl -X POST "https://demo.modoboa.org/api/v2/accounts/" -H "accept: application/json" -H "Content-Type: application/json" -H "Authorization: Token 0487bce8b9d1add498fbfbc2127f05703a944bfa" -d "{\"username\":\"y001@demo.local\",\"role\":\"SimpleUsers\"}" got error: {"mailbox":["Mailboxes: limit reached"]} Then tried webmail, also enconter this issue. Searched this project/issues, tried to chang admin@demo.local resources, but it seems not functional. ⚫2022-12-05 15:59 update: Microsoft Edge can change resources. Chore can't. But still can't add account via API after change resources after using Edge.
kerem closed this issue 2026-02-27 11:18:32 +03:00
Author
Owner

@ksaadDE commented on GitHub (Dec 6, 2022):

Hello,

thank your for your report.

I can confirm that curl -X POST "https://demo.modoboa.org/api/v2/accounts/" -H "accept: application/json" -H "Content-Type: application/json" -H "Authorization: Token 0487bce8b9d1add498fbfbc2127f05703a944bfa" -d '{"username":"y001@demo.local","role":"SimpleUsers"}'

is returning {"mailbox":["Mailboxes: limit reached"]}

Please be patient until a maintainer of the host is looking into this issue.

Regards

<!-- gh-comment-id:1339853097 --> @ksaadDE commented on GitHub (Dec 6, 2022): Hello, thank your for your report. I can **confirm** that `curl -X POST "https://demo.modoboa.org/api/v2/accounts/" -H "accept: application/json" -H "Content-Type: application/json" -H "Authorization: Token 0487bce8b9d1add498fbfbc2127f05703a944bfa" -d '{"username":"y001@demo.local","role":"SimpleUsers"}'` is returning `{"mailbox":["Mailboxes: limit reached"]}` Please be patient until a maintainer of the host is looking into this issue. Regards
Author
Owner

@MrGeneration commented on GitHub (Jan 12, 2023):

Seems to be working by now. At least by short test just now worked without issues.

<!-- gh-comment-id:1380963321 --> @MrGeneration commented on GitHub (Jan 12, 2023): Seems to be working by now. At least by short test just now worked without issues.
Author
Owner

@tonioo commented on GitHub (Jan 13, 2023):

It's very clear but you need to increase allocated resources for your domain and/or account (ie. maximum allowed number of mailboxes that can be created.

<!-- gh-comment-id:1381498734 --> @tonioo commented on GitHub (Jan 13, 2023): It's very clear but you need to increase allocated resources for your domain and/or account (ie. maximum allowed number of mailboxes that can be created.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/modoboa-modoboa#1683
No description provided.