mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-25 17:06:01 +03:00
[GH-ISSUE #1770] Mailbox aliases: limit reached, even though limits are -1 or 99999 #1395
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#1395
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 @erenfro on GitHub (Aug 10, 2019).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/1770
Impacted versions
Steps to reproduce
As Modoboa Global Admin:
Modoboa->Parameters->Limits:
Enable per-admin limits: Yes
Mailboxes: -1
Mailbox aliases: -1
Enable per-domain limits: Yes
Mailboxes: -1
Mailbox aliases: -1
Domains->->Edit->Resources:
Mailboxes: -1
Mailbox aliases: -1
As DomainAdmins user:
Identities->->Mail:
Try to add a 4th alias to the account. It will return: Mailbox aliases: limit reached with Update.
As Modoboa Global Admin (again):
Modoboa->Parameters->Limits:
Enable per-admin limits: Yes
Mailboxes: -1
Mailbox aliases: 99999
Enable per-domain limits: Yes
Mailboxes: -1
Mailbox aliases: 99999
Domains->->Edit->Resources:
Mailboxes: -1
Mailbox aliases: 99999
As DomainAdmins user:
Identities->->Mail:
Try to add a 4th alias to the account. It will return: Mailbox aliases: limit reached with Update.
Current behavior
Mailbox aliases: limit reached, on Update adding a 4th alias to a single mailbox account.
Expected behavior
Mailbox alias is added per actual limits settings, or unlimited setting.
Video/Screenshot link (optional)
Global Admin:
DomainAdmins:
@tonioo commented on GitHub (Mar 3, 2020):
@erenfro Just one thing : changing default values won't affect existing domains or accounts. Have you checked the values actually defined for you domain admin before you make your tests?