From ff83bf1a014804cfcffc868eb6be40d7187e0ac2 Mon Sep 17 00:00:00 2001 From: Erik Wramner Date: Sun, 10 Nov 2019 10:10:32 +0100 Subject: [PATCH] Addded example for overriding postfix-master.cf --- docs/content/advanced/override-defaults/postfix.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/content/advanced/override-defaults/postfix.md b/docs/content/advanced/override-defaults/postfix.md index 2d04132b..763d32da 100644 --- a/docs/content/advanced/override-defaults/postfix.md +++ b/docs/content/advanced/override-defaults/postfix.md @@ -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. \ No newline at end of file