mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-07-08 16:34:49 +02:00
Fix typo in title
This commit is contained in:
parent
95fee5107d
commit
762f11802e
1 changed files with 0 additions and 0 deletions
8
docs/content/advanced/override-defaults/postfix.md
Normal file
8
docs/content/advanced/override-defaults/postfix.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
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#L351-L361
|
Loading…
Add table
Add a link
Reference in a new issue