Displaying 1 result from an estimated 1 matches for "50331648s".
2009 Mar 13
2
New to list, got a quota question
...9;
user_query = SELECT pw_dir as home, 508 AS uid, 503 AS gid FROM vpopmail
WHERE pw_name = '%n' AND pw_domain = '%d'
My vpopmail installation keeps the quota information in the mysql
database (pw_shell field) instead of maildirsize. The quota is in
maildir format, e.g. 400M or 50331648S. Unlimited quota is specified as
NOQUOTA.
The question is... Is it possible to make dovecot understand this format
and get it directly from SQL (via user_query, for example) or would it
be easier to reconfigure the vpopmail installation somehow to use
maildirsize?
Thanks!
Vlad