Re: Multiple domains , domain wise size limits

2014-02-07 Thread Bron Gondwana
Kinda...

but it's a single point of serialisation for every deliver, expunge, copy.
I wouldn't do it.  Do something which does a daily usage scan across all
folders (you can read the per-folder usage out as an annotation, you don't
need to read every index - and even that isn't too expensive - or you can
do per-user quotas and read those.

I'd implement domain level quotas as a scan-and-report rather than a hard
coded limit - it's just too expensive to do the bookkeeping in Cyrus, and
unless you have zillions of domains, contacting the offenders shouldn't be
a massive job.

Bron.

On Fri, Feb 7, 2014, at 11:08 PM, Ram wrote:
> If I have multiple domains configured on cyrus
> How can I implement  overall usage restriction for a domain ?
> 
> Cyrus supports userwise quotas , can I also have domain-wise quotas. 
> Individual users may not be assigned any quota
> 
> 
> 
> 
> 
> 
> Cyrus Home Page: http://www.cyrusimap.org/
> List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/
> To Unsubscribe:
> https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus


-- 
  Bron Gondwana
  br...@fastmail.fm

Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/
To Unsubscribe:
https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus


Multiple domains , domain wise size limits

2014-02-07 Thread Ram
If I have multiple domains configured on cyrus
How can I implement  overall usage restriction for a domain ?

Cyrus supports userwise quotas , can I also have domain-wise quotas. 
Individual users may not be assigned any quota






Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/
To Unsubscribe:
https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus