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