docker-mailserver/docs/content/overwrite-default-postfix-configuration.md

7 lines
432 B
Markdown
Raw Normal View History

2017-06-06 16:29:53 +00: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 16:29:53 +00:00
Each line in the provided file will be loaded into postfix.
2017-06-06 16:29:53 +00:00
Have a look at the code for more information.