From d97875ed389c66f1be20a0446e4494d38b7e07c6 Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Tue, 30 Dec 2025 18:59:50 +0100 Subject: [PATCH] move 100% alert before the 80% alert --- src/content/docs/ispmail-trixie/330-quotas.mdx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/content/docs/ispmail-trixie/330-quotas.mdx b/src/content/docs/ispmail-trixie/330-quotas.mdx index 503f9ca..6562e61 100644 --- a/src/content/docs/ispmail-trixie/330-quotas.mdx +++ b/src/content/docs/ispmail-trixie/330-quotas.mdx @@ -46,14 +46,6 @@ quota_storage_grace = 50M # Define two warnings at 80% and 95% of quota usage. quota "User quota" { - # Set another warning level to 80% for early warnings - warning warn-80 { - quota_storage_percentage = 80 - execute quota-warning { - args = 80 %{user} - } - } - # Set one warning level to 100% warning warn-100 { quota_storage_percentage = 100 @@ -62,6 +54,14 @@ quota "User quota" { } } + # Set another warning level to 80% for early warnings + warning warn-80 { + quota_storage_percentage = 80 + execute quota-warning { + args = 80 %{user} + } + } + # User is no longer over quota warning warn-under { quota_storage_percentage = 100