~ubuntu-branches/ubuntu/wily/dovecot/wily

« back to all changes in this revision

Viewing changes to doc/wiki/Quota.Configuration.txt

  • Committer: Package Import Robot
  • Author(s): Jaldhar H. Vyas
  • Date: 2013-09-09 00:57:32 UTC
  • mfrom: (1.13.11)
  • mto: (4.8.5 experimental) (1.16.1)
  • mto: This revision was merged to the branch mainline in revision 97.
  • Revision ID: package-import@ubuntu.com-20130909005732-dn1eell8srqbhh0e
Tags: upstream-2.2.5
ImportĀ upstreamĀ versionĀ 2.2.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
266
266
}
267
267
 
268
268
plugin {
269
 
  quota = maildir:User quota
270
 
  quota2 = dict:Archive quota:%u.archive:ns=Archive/:proxy::quota
 
269
  # Maildir quota
 
270
  quota = maildir:User quota:ns=
 
271
  quota2 = maildir:Archive quota:ns=Archive/
 
272
 
 
273
  # Dict quota
 
274
  #quota = dict:User quota:%u.default:ns=:proxy::quota
 
275
  #quota2 = dict:Archive quota:%u.archive:ns=Archive/:proxy::quota
 
276
 
271
277
  #quota_rules and quota2_rules..
272
278
}
273
279
---%<-------------------------------------------------------------------------
274
280
 
275
 
Note: You need to make sure that the quota of the 'Archive' namespace is
276
 
calculated for another "user" than the default namespace. Either track
277
 
different namespaces in different backends or make sure the users
278
 
differs.'%u.archive' defines '<username>.archive' as key to track quota for the
279
 
'Archive' namespace, the default '<username>' tracks the quota of other
280
 
folders. See <Variables.txt> for further help on variables. Hence, with the
281
 
dict backend one can track both quotas. If you can do similar with other
282
 
backends, is unknown.
 
281
Note: If you're using dict quota, you need to make sure that the quota of the
 
282
'Archive' namespace is calculated for another "user" than the default
 
283
namespace. Either track different namespaces in different backends or make sure
 
284
the users differs.'%u.archive' defines '<username>.archive' as key to track
 
285
quota for the 'Archive' namespace, the '%u.default' tracks the quota of other
 
286
folders. See <Variables.txt> for further help on variables.
283
287
 
284
288
Custom Quota Exceeded Message
285
289
-----------------------------
372
376
quota, you can use something like:'-o "plugin/quota=dict:User
373
377
quota::noenforcing:proxy::quota"'
374
378
 
375
 
(This file was created from the wiki on 2013-04-04 04:42)
 
379
(This file was created from the wiki on 2013-08-05 04:42)