[Dovecot] Quota not showing properly in webmail

Timo Sirainen tss at iki.fi
Tue Apr 29 20:17:03 EEST 2008


On Apr 29, 2008, at 8:13 PM, Eden wrote:

> user_query = SELECT '/vmail/%n@%d' AS home, 'maildir:/vmail/%n@%d' AS
> mail, 150 AS uid, 8 AS gid, CONCAT('dirsize:storage=', quota) AS quota

Looks like you're not even using Maildir++ quota. Change the above to:

CONCAT('maildir:storage=', quota div 1024) AS quota

-------------- next part --------------
A non-text attachment was scrubbed...
Name: PGP.sig
Type: application/pgp-signature
Size: 194 bytes
Desc: This is a digitally signed message part
Url : http://dovecot.org/pipermail/dovecot/attachments/20080429/a01b0d4d/attachment.bin 


More information about the dovecot mailing list