Displaying 1 result from an estimated 1 matches for "otherpager".
2013 Jan 09
14
how to setup different quota for multiple namespaces
...cannot find a solution to either
ignore this new namespace from quota computation or add a separate quota
value for it.
I have integrated user authentication with LDAP and fetch some user
attributes from LDAP entries:
user_attrs =
=home=/var/vmail/%Ln/Maildir,=mail=maildir:/var/vmail/%Ln/Maildir/,otherPager=quota_rule=*:storage=%$
I configured the quota plugin in the following way:
plugin {
quota = maildir:User quota:ns=
quota2 = maildir:Archive quota:ns=Archives.
quota_rule = *:storage=1G
quota_rule2 = ns=Archives.:ignore
}
unfortunately this does not give the desir...