mirror of
https://github.com/tomav/docker-mailserver
synced 2025-09-03 07:45:11 +00:00
Addded example for overriding postfix-master.cf
This commit is contained in:
@@ -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.
|
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.
|
Have a look at the code for more information.
|
Reference in New Issue
Block a user