This commit is contained in:
parent
804b17736d
commit
7f254f6533
1 changed files with 7 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue