[ postfixadmin-Feature Requests-1829511 ] quota per admin
Brought to you by:
christian_boltz,
gingerdog
From: SourceForge.net <no...@so...> - 2008-01-20 21:04:32
|
Feature Requests item #1829511, was opened at 2007-11-10 14:40 Message generated for change (Comment added) made by christian_boltz You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937967&aid=1829511&group_id=191583 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Database Group: SVN (please specify revision!) Status: Open Resolution: None Priority: 5 Private: No Submitted By: Benny Pedersen (xpunkt) Assigned to: Nobody/Anonymous (nobody) Summary: quota per admin Initial Comment: when new domain is added by super-admin the domain quotas does not being set, domain is left with 0 for each field in domain table :/ there is maxquota and quota, what is the diffrents ? as it is now only maxquotas can be set from postfixadmin when edit the domain after its created quotas in domain is internal for postfixadmin quotas in mailbox is for mta/lda and all external programs that should react on quotas ---------------------------------------------------------------------- >Comment By: Christian Boltz (christian_boltz) Date: 2008-01-20 22:04 Message: Logged In: YES user_id=593261 Originator: NO Another feature request from https://sourceforge.net/forum/message.php?msg_id=4713077 Have a quota (in MB) per domain (or admin), and let the admin decide if he wants 100 mailboxes with 20 MB or 2 mailboxes with 1 GB. The lowest limit (number of mailboxes, size in MB) should be horored, of course. ---------------------------------------------------------------------- Comment By: Christian Boltz (christian_boltz) Date: 2007-11-13 00:27 Message: Logged In: YES user_id=593261 Originator: NO To make bug handling easier, I have split off a) into https://sourceforge.net/tracker/index.php?func=detail&aid=1830742&group_id=191583&atid=937964 After discussing b) with xpoint/xpunkt in IRC, it turned out that this is meant as feature request: - have a quota _per admin_ - allow admins to edit the quota of their domains (limited by the admin's quota) -> The admin could choose on which of his domains he wants to "spend" his quota. One domain for all mailboxes, or some mailboxes on each domain. Possible problem: handling will be "interesting" if there's more than one admin for a domain ;-) (not in postfixadmin from the programming POV, but the results might be interesting) (changing summary again and moving to feature requests) ---------------------------------------------------------------------- Comment By: Christian Boltz (christian_boltz) Date: 2007-11-11 20:36 Message: Logged In: YES user_id=593261 Originator: NO (changed summary from "trunc 202" to something more meaningful) I only had a quick look at this, so someone should correct me if I'm wrong ;-) a) quota vs. maxquota in domain table It seems the "quota" field in domain table is not used anywhere. The actual quota is stored in "maxquota". b) default quota The default quota from config.inc.php ($CONF['maxquota']) is given as starting value in create-domain.php. The default quota of 0 only applies if you actively clear out the quota field at domain creation. Is this really a problem for you? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937967&aid=1829511&group_id=191583 |