29 Apr
2008
29 Apr
'08
8:17 p.m.
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