From 7f254f653335a0734432d5253dcc857c41ed18dd Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Wed, 31 Dec 2025 12:19:02 +0100 Subject: [PATCH] make it even clearer --- src/content/docs/ispmail-trixie/330-quotas.mdx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/content/docs/ispmail-trixie/330-quotas.mdx b/src/content/docs/ispmail-trixie/330-quotas.mdx index 9f7ab98..437d184 100644 --- a/src/content/docs/ispmail-trixie/330-quotas.mdx +++ b/src/content/docs/ispmail-trixie/330-quotas.mdx @@ -13,7 +13,7 @@ import { Aside } from "@astrojs/starlight/components"; @@ -243,6 +243,12 @@ Telling Postfix to use the `quota-status` service is suprisingly simple: postconf smtpd_recipient_restrictions="check_policy_service inet:localhost:13373" ``` + + --- ### Test it