18 Feb
2010
18 Feb
'10
4:24 p.m.
On Wed, 2010-02-17 at 15:26 +0100, Andre Hübner wrote:
my user_query: user_query = SELECT home, uid, gid, concat('*:storage=', quota_bytes,'M') AS quota_rule FROM mail_users WHERE login = '%u'
Do you really want quota_bytes number of megabytes? If not, change the ,'M' part to ,'B'.
quota = dirsize:user
I hope you're not using Maildir?
I have no idea why its not working.
Set auth_debug=yes and mail_debug=yes and show logs. Full dovecot -n output might also be helpful.