make it even clearer
All checks were successful
/ build (push) Successful in 35s

This commit is contained in:
Christoph Haas 2025-12-31 12:19:02 +01:00
parent 804b17736d
commit 7f254f6533

View file

@ -13,7 +13,7 @@ import { Aside } from "@astrojs/starlight/components";
</Aside>
<Aside type="danger" title="Potential breakage with virtual_aliases">
Do not use quotas yet if you are using virtual_aliases. See [Julien's
Do not use the `check_policy_service` if you are using virtual_aliases. See [Julien's
comment](https://workaround.org/ispmail-trixie/quotas/#comentario-e1cdd47e-fa21-4213-83c3-1eb4fbd030f5). We need to
find a solution for that.
</Aside>
@ -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"
```
<Aside type="danger" title="Potential breakage with virtual_aliases">
Do not use the `check_policy_service` if you are using virtual_aliases. See [Julien's
comment](https://workaround.org/ispmail-trixie/quotas/#comentario-e1cdd47e-fa21-4213-83c3-1eb4fbd030f5). We need to
find a solution for that.
</Aside>
---
### Test it