9 Apr
2017
9 Apr
'17
6:44 p.m.
On Saturday, April 8, 2017 9:47 AM, Mik J mikydevel@yahoo.fr wrote:
Then commented out in 90-quota.conf
quota_rule = *:storage=1G
quota_rule2 = Trash:storage=+100M
quota_grace = 10%%
}
You also need to define what type of quota do you want, dict-based, maildir based, static (same quota for all)... Figure out what quota you want then add the missing "quota=" line. I configured maildir based quotas and the line looks like this on my config file :
90-quota.conf:
quota = maildir:User quota
This will create and maintain a maildirsize file in the maildirs. Of course, this doesn't work for mboxes.
-- Yassine.