1
0
mirror of https://github.com/tomav/docker-mailserver.git synced 2024-07-20 14:47:44 +02:00
docker-mailserver/docs/content/advanced/override-defaults/postfix.md

8 lines
522 B
Markdown
Raw Normal View History

2016-06-01 21:13:39 +02:00
The Postfix default configuration can easily be overridden providing a `config/postfix-main.cf` at postfix format.
This can be used to also add configuration that are not in out default configuration.
[Postfix documentation](http://www.postfix.org/documentation.html) remains the best place to find configuration options.
Each line in the provided line will be loaded into postfix.
Have a look to the code for more information:
https://github.com/tomav/docker-mailserver/blob/master/target/start-mailserver.sh#L205-L215