From fbf990092cbd3242a81a2d7afab53f4d2a1a3f02 Mon Sep 17 00:00:00 2001 From: John Supplee Date: Wed, 30 Jan 2019 09:44:23 +0200 Subject: [PATCH] Add progress to README --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cb2cdf86..8224b7ef 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,13 @@ for megabytes and gigabytes respectively. No spaces should be used in the quota Todo ---- -* Get `postfix` to support quotas. See https://blog.sys4.de/postfix-dovecot-mailbox-quota-en.html for a start. Right - now the quota message store size is not calculated unless the user accesses the IMAP server (Dovecot). Right now postfix - does not take quotas into account before delivering a message. +* Get `postfix` to support quotas. Right now the quota message store size is not calculated unless the user accesses + the IMAP server (Dovecot). Right now 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.