Displaying 1 result from an estimated 1 matches for "a21137c5".
2007 Jun 22
2
Quota from passdb sql
Hello folks!
Is it possible to retrieve quota information from a passdb sql lookup and
using static userdb?
I've tried here without success, and I can't find in the wiki or forum.
Some ways I configured dovecot-sql.conf:
1)
password_query = SELECT email AS user, CONCAT('maildir:storage=',quota) AS
quota, password FROM users WHERE email = '%u'
2)
password_query = SELECT