mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
Updated Overwrite Default Postfix Configuration (markdown)
This commit is contained in:
parent
a643caf793
commit
3afbf12a46
14
docs/content/advanced/override-defaults/postfix.md
Normal file
14
docs/content/advanced/override-defaults/postfix.md
Normal file
|
@ -0,0 +1,14 @@
|
|||
The Postfix default configuration can easily be extended 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.
|
||||
|
||||
For example, one common use of this file is for increasing the default maximum message size:
|
||||
```
|
||||
# increase maximum message size
|
||||
message_size_limit = 52428800
|
||||
```
|
||||
|
||||
[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.
|
|
@ -1,7 +0,0 @@
|
|||
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.
|
Loading…
Reference in a new issue