From b771170a9b8a041fa5af5ca00b284bcc004cafa7 Mon Sep 17 00:00:00 2001 From: Thomas VIAL Date: Thu, 19 May 2016 13:28:04 +0200 Subject: [PATCH] Created Override default postfix configuration (markdown) --- Override-default-postfix-configuration.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Override-default-postfix-configuration.md 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