Displaying 2 results from an estimated 2 matches for "quota_limit".
2013 Apr 13
2
Dict quota question
Hi all,
I'm using Dovecot 2.1.16 and I'd like to know if the following
configuration is supported:
* An SQL dictionary quota
* A static userdb to get uid/gid/home information
* An SQL userdb to get per-user quota limit
Currenlty, current quota usage are properly stored into the database but
per-user limits are not found. If I replace the SQL dictionary by the
maildir backend (my
2010 Feb 20
4
Dovecot v2.0.beta3 quota using userdb
...ing around with the new Dovecot v2.0.beta3 and don't seem to be
able to get quotas working from userdb. I didn't change the SQL query
which was working for 1.2.10.
Feb 20 19:34:06 ubuntu-test dovecot: auth: sql(test,192.168.156.99):
SELECT home, mail, uid, gid, concat('*:storage=', quota_limit, 'MB') AS
quota_rule FROM users WHERE username = 'test'
...
Feb 20 19:34:06 ubuntu-test dovecot: imap(test): Quota root: name=user
backend=dict args=:proxy::dictionary
Feb 20 19:34:06 ubuntu-test dovecot: imap(test): dict quota: user=test,
uri=proxy::dictionary, noenforcing=0
...
No...