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

20 Zeilen
611 B
Markdown

Please create a new file `data/conf/postfix/extra.cf` for overrides or additional content to `main.cf`.
Postfix will complain about duplicate values once after starting postfix-mailcow, this is intended.
Syslog-ng was configured to hide those warnings while Postfix is running, to not spam the log files with unnecessary information every time a service is used.
Restart `postfix-mailcow` to apply your changes:
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
```