On Mon, 2010-05-10 at 13:49 +0300, alex wrote:
> I just want to implement some flexibility for this situations (ex the
> first enforcement to be the user quota and the second to be the
> domain
> quota).
You can create domain quota with dict.
quota2 = dict:::
Just set "user name" to %d so i
On 10.05.2010 13:49, alex wrote:
Everything works as expected, but I have some inconveniences for
domains with large number of mailboxes. Allocating and maintain quota
to every account it's a hard job.
I just want to implement some flexibility for this situations (ex the
first enforcement t
Hi
I'am using dovecot with quota_rule stored in mysql user table, and quota
usage stored in mysql dict
## Quota #
dict {
quotadict = mysql:/usr/local/etc/dovecot-quota.conf
}
plugin {
quota = dict:user::proxy::quotadict
quota_rule2 = Trash:storage=10%%
quota_rul