diff --git a/src/content/docs/ispmail-trixie/330-quotas.mdx b/src/content/docs/ispmail-trixie/330-quotas.mdx index 038107a..437d184 100644 --- a/src/content/docs/ispmail-trixie/330-quotas.mdx +++ b/src/content/docs/ispmail-trixie/330-quotas.mdx @@ -13,9 +13,9 @@ import { Aside } from "@astrojs/starlight/components"; Quotas are size limits for users. You can make sure that users do not waste arbitrary amounts of disk space but are @@ -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