Compare commits

..

No commits in common. "prod" and "stage" have entirely different histories.
prod ... stage

View file

@ -13,9 +13,9 @@ import { Aside } from "@astrojs/starlight/components";
</Aside>
<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.
There is an unsolved issue with `virtual_aliases` if one of the recipients is over quota. I am currently investigating
that. See [Julien's
comment](https://workaround.org/ispmail-trixie/quotas/#comentario-e1cdd47e-fa21-4213-83c3-1eb4fbd030f5).
</Aside>
Quotas are size limits for users. You can make sure that users do not waste arbitrary amounts of disk space but are
@ -243,12 +243,6 @@ 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