search for: boxquota

Displaying 4 results from an estimated 4 matches for "boxquota".

2009 Jun 18
3
ldap , quotes, upgrade from dovecot-1.0.14 (q2.0)
...####quota_rule = *:bytes=500000K ####quota_rule = maildir:storage=50240K #####new for 1.1 ver quota_overide = *:storage=20M } ============================ dovecot-ldap.conf ... ldap_version = 3 ... #WAS IN 1.0.14 VER #for deliver #user_attrs = uid,,,homeDirectory=home,uidNumber=uid,gidNumber=gid,boxQuota=quota=dirsize:storage,status user_attrs = homeDirectory=home,uidNumber=uid,gidNumber=gid,boxQuota=quote_rule=maildir:storage=%$K,status user_filter = (&(objectClass=posixAccount)(uid=%u)) pass_attrs = uid=user,,,homeDirectory=userdb_home,uidNumber=userdb_uid,gidNumber=userdb_gid,boxQuota=use...
2006 Oct 04
2
compressed mbox patch
Some ages ago there existed a compressed mbox patch, but now all I can find are posting about it. Does such a beast exist and would it remotely apply to today's dovecot? If not, is there any hope that something like that emerges? Thanks! -- Axel.Thimm at ATrpms.net -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type:
2006 Sep 14
0
ldap quota limitation (one more time)
hi there i have a such problem: in dovecot.conf ... protocol imap { listen = *:143 ssl_listen = *:993 mail_plugins = quota imap_quota } ... quota = dirsize:storage=10240 ... in dovecot-ldap.conf: ... user_attrs = uid,,,uid,uidNumber,gidNumber,boxQuota=quota=dirsize:storage ... when an user try to answer out from overquoted box he got the message "overquota blahblahblah", BUT the message still goes... it seems that the imap_quota worked (report about the overquota) but plugin quota dont work. in dovecot logs : ... Sep 14 09:10:23 xxx...
2006 Aug 16
5
ldap quota limitation problem
hello, We have configured the quota enforcement folowing the link (http://wiki.dovecot.org/Quota) but we note that the global quota limitation configuration in dovecot.conf works well but not the ldap users configuration limit. For example in the casee below, we have tried to limit quota usage for some users to 1Gb but only the global quota limitation appear in the user quota. please find below