mailcow-dockerized-docs/docs/manual-guides/Postfix/u_e-postfix-attachment_size.en.md

15 Zeilen
339 B
Markdown

Open `data/conf/postfix/extra.cf` and set the `message_size_limit` accordingly in bytes. See `main.cf` for the default value.
Restart Postfix:
2022-12-15 15:31:09 +01:00
=== "docker compose (Plugin)"
2022-12-14 22:09:09 +01:00
``` bash
docker compose restart postfix-mailcow
```
2022-12-15 15:31:09 +01:00
=== "docker-compose (Standalone)"
2022-12-14 22:09:09 +01:00
``` bash
docker-compose restart postfix-mailcow
```