From 832d2ca3756877c907214fcd5bc12acc8a453c72 Mon Sep 17 00:00:00 2001 From: John Supplee Date: Mon, 28 Jan 2019 23:38:04 +0200 Subject: [PATCH] Update README to note support for control panel --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7c78198d..36f298e9 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Mail-in-a-Box with Quotas This is an experimental implementation of Mail-in-a-box with quotas. Follow the directions below to install except clone from this repository instead of the official repository. -There is no support for quotas in control panel at the moment. To set quotas for a user you need to set the `quota` +There is baisc support for quotas in the control panel now. To set quotas from the command line, set the `quota` column for the user in the `users.sqlite` database. The `quota` column is text and allows for the `M` and `G` suffixes for megabytes and gigabytes respectively. No spaces should be used in the quota value (e.g. `2G` or `100M`).