From 98e04bb11f7802bafc7b46c420ad10cbdc435a41 Mon Sep 17 00:00:00 2001 From: John Supplee Date: Wed, 30 Jan 2019 12:52:02 +0200 Subject: [PATCH] Update README for first alpha release --- README.md | 26 ++++++++++++++++++-------- 1 file changed, 18 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index ef659660..5b858004 100644 --- a/README.md +++ b/README.md @@ -8,20 +8,30 @@ There is baisc support for quotas in the control panel now. To set quotas from 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`). +Please report any bugs on github. + Todo ---- -* Get `postfix` to support quotas. Right now the quota message store size is not calculated unless the user accesses - the IMAP server (Dovecot). So `postfix` does not take quotas into account before delivering a message. - - * https://blog.sys4.de/postfix-dovecot-mailbox-quota-en.html - * https://linuxize.com/post/install-and-configure-postfix-and-dovecot/ - - Initial work on support for this has been added in the `postfix-quota` branch. - * Allow Trash to have a grace percentage to allow users whose quota is full to delete messages. +Changes +------- + +### .40-quota-0.1-alpha + +* First experimental release of Mail-in-a-Box for quotas. +* Quotas are working and there is basic support in the control panel and `tools/mail.py`. + + +Reference Documents +------------------- + +* https://blog.sys4.de/postfix-dovecot-mailbox-quota-en.html +* https://linuxize.com/post/install-and-configure-postfix-and-dovecot/ + + \[BEGIN Official README] Mail-in-a-Box