mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-26 17:36:01 +03:00
[GH-ISSUE #223] Quota improvement #206
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#206
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, 2013).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/223
Originally assigned to: @tonioo on GitHub.
Originally created by Patrick Ben Koetter on 2012-04-05T21:28:41Z
Quota improvement: Use colors to indicate the status of a domains quota.
@tonioo commented on GitHub (Dec 4, 2013):
Posted by Antoine Nguyen on 2012-04-06T14:53:13Z
I got a question about quota.
Currently, there isn't any domain quota management into Modoboa.
The quota you define for a specific domain is just a default value that will apply to mailboxes. You can then define per-mailbox quota (the maximum allowed value is the one defined at domain level).
Do you think this way of doing things is interesting? Would it be better to implement a domain quota support, where you define a maximum value for each domain?
In this model, the sum of mailboxes quota should not exceed their domain's quota.
@tonioo commented on GitHub (Dec 4, 2013):
Posted by Patrick Ben Koetter on 2012-04-06T17:38:06Z
I don't think a domain quota is a useful feature. If only one recipient excells the quota all recipients will be affected. One's fault, everyones punishment.
The numnber of mailboxes might be a more useful feature. This complies with typical contracts where customers get "3 domains with 100 mailboxes".
In any case indicating the number of mailboxes, domains etc, and how that relates to contracted limits might be a useful feature to a) remind the customer and b) tell marketing to upsell the contract.
@tonioo commented on GitHub (Dec 4, 2013):
Posted by Antoine Nguyen on 2012-04-06T17:44:46Z
Ok, I didn't understand you were talking about limits. (I was thinking about mailboxes quota)
I was planning to add such a view but I don't know how/where to present it.