This commit is contained in:
Marvin Blum 2017-06-06 18:30:49 +02:00
parent 02664c68cf
commit 2af16ccc14

View file

@ -0,0 +1,7 @@
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.
Each line in the provided file will be loaded into postfix.
Have a look at the code for more information.