2022-02-02 10:57:04 +01:00
|
|
|
Ă–ffnen Sie `data/conf/postfix/extra.cf` und setzen Sie das `message_size_limit` entsprechend in Bytes. Siehe `main.cf` fĂĽr den Standardwert.
|
|
|
|
|
|
|
|
Starten Sie Postfix neu:
|
2022-12-15 15:31:09 +01:00
|
|
|
=== "docker compose (Plugin)"
|
2022-02-02 10:57:04 +01:00
|
|
|
|
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
|
|
|
|
```
|