13 May
2009
13 May
'09
2:48 a.m.
On Tue, 2009-03-24 at 15:32 +0900, Jorgen Lundman wrote:
"domain quotas" is a good way to describe it.
It would need some method to look up all mail-storage that is belong to the domain. In our case, we would look at an LDAP query, where uid=uid and gid=gid, but could be a literal search as well. (o=$domain, ...). Since the uids are the same (it is how you do shared quota with fs-quota after all), we do not have any uid/chown/chmod issues.
I'm implementing something similar to this for v2.0. I only need to get a list of all users, but I guess the functionality could be expanded to allow some kind of filters.