1
0
mirror of https://github.com/docker-mailserver/docker-mailserver.git synced 2025-05-25 00:09:31 +02:00
docker-mailserver/docs/content/overwrite-default-postfix-configuration.md

7 lines
432 B
Markdown
Raw Normal View History

2017-06-06 18:29:53 +02:00
The Postfix default configuration can easily be overwritten by providing a `config/postfix-main.cf` in postfix format.
This can also be used to add configuration that is not in our default configuration.
[Postfix documentation](http://www.postfix.org/documentation.html) remains the best place to find configuration options.
2017-06-06 18:29:53 +02:00
Each line in the provided file will be loaded into postfix.
2017-06-06 18:29:53 +02:00
Have a look at the code for more information.