diff --git a/Override-default-postfix-configuration.md b/Override-default-postfix-configuration.md new file mode 100644 index 0000000..fd839c1 --- /dev/null +++ b/Override-default-postfix-configuration.md @@ -0,0 +1,7 @@ +Postfix default configuration can easily be overrided providing a `config/postfix-main.cf` at postfix format. +This can be used to also add configuration that are not in out default configuration. + +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#L196-L206 \ No newline at end of file