mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-26 17:36:01 +03:00
[GH-ISSUE #2704] Can't create user via API. Mailboxes: limit reached #1683
Labels
No labels
bug
bug
dependencies
design
documentation
duplicate
enhancement
enhancement
enhancement
feedback-needed
help-needed
help-needed
installer
invalid
looking-for-sponsors
modoboa-contacts
new-ui
new-ui
pr
pull-request
pyconfr
python
question
security
stale
webmail
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/modoboa-modoboa#1683
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
@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
@MrGeneration commented on GitHub (Jan 12, 2023):
Seems to be working by now. At least by short test just now worked without issues.
@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.