mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-25 08:56:02 +03:00
[GH-ISSUE #799] Implement mailbox limit by domain #714
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#714
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 @tonioo on GitHub (Dec 4, 2015).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/799
Originally assigned to: @tonioo on GitHub.
From @harobed on June 10, 2015 15:8
For now, the limit are computed by DomainAdmin and not by domain.
Suggest : compute the limit by domain.
Copied from original issue: modoboa/modoboa-admin-limits#7
@tonioo commented on GitHub (Dec 4, 2015):
From @harobed on June 10, 2015 15:9
Other suggestion : use sql query to compute this limit and remove Limit pool system ( https://github.com/modoboa/modoboa-admin-limits/blob/master/modoboa_admin_limits/models.py#L41 )
@tonioo commented on GitHub (Dec 4, 2015):
The main reason to implement per-user limits was the possibility to introduce the "Reseller" role : a user with a predefined quantity of domain/mailbox/alias who can resell them to its users. (think about modoboa as a white label product in this particular case)
So, I don't think per-domain limits are compatible with this feature but the options I see:
What do you think ?
@tonioo commented on GitHub (Dec 4, 2015):
From @harobed on July 28, 2015 13:18
« 3. Leave the system as is » and I suggest another plugin to append limit by domain feature.