mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-07-24 20:54:43 +02:00
Addded example for overriding postfix-master.cf
This commit is contained in:
parent
2ebea365e6
commit
ff83bf1a01
1 changed files with 6 additions and 0 deletions
|
@ -13,4 +13,10 @@ That specific example is now supported and can be handled by setting POSTFIX_MES
|
|||
|
||||
Each line in the provided file will be loaded into postfix.
|
||||
|
||||
In the same way it is possible to add a custom `config/postfix-master.cf` file that will override the standard `master.cf`. Each line in the file will be passed to `postconf -P`. The expected format is service_name/type/parameter, for example:
|
||||
```
|
||||
submission/inet/smtpd_reject_unlisted_recipient=no
|
||||
```
|
||||
Run `postconf -P` in the container without arguments to see the active master options.
|
||||
|
||||
Have a look at the code for more information.
|
Loading…
Add table
Add a link
Reference in a new issue