summaryrefslogtreecommitdiff
path: root/ymir.nix
diff options
context:
space:
mode:
Diffstat (limited to 'ymir.nix')
-rw-r--r--ymir.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/ymir.nix b/ymir.nix
index d8a1a61b..baacb7c6 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -412,6 +412,8 @@ in rec {
412 quota_rule = *:storage=1GB 412 quota_rule = *:storage=1GB
413 quota_rule2 = Trash:storage=+10%% 413 quota_rule2 = Trash:storage=+10%%
414 quota_status_overquota = "552 5.2.2 Mailbox is full" 414 quota_status_overquota = "552 5.2.2 Mailbox is full"
415 quota_status_success = DUNNO
416 quota_status_nouser = DUNNO
415 } 417 }
416 418
417 service quota-status { 419 service quota-status {