From 3e8037153fa634d737f1a0cdf9e3088ff0079e7f Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Sun, 16 Jul 2023 15:18:23 +0100 Subject: [PATCH] email: quota buffer --- applications/email.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/email.nix b/applications/email.nix index 6b5df6b..2a50c44 100644 --- a/applications/email.nix +++ b/applications/email.nix @@ -156,7 +156,7 @@ userFilter = "(skMail=%u)"; # can lock down how much space each user has access to from ldap - userAttrs = "quotaEmail=quota_rule=*:bytes=%$"; + userAttrs = "quotaEmail=quota_rule=*:bytes=%$,=quota_rule2=Trash:storage=+100M"; # accept emails in, but only allow access to paid up members passFilter = "(&(|${create_filter cfg.groups})(skMail=%u))";