From caaae0eb76138d7bfb20d70b11e81442d606ef78 Mon Sep 17 00:00:00 2001 From: Johan Smits Date: Wed, 13 Sep 2017 08:21:32 +0200 Subject: [PATCH] Add note that a container restart is needed --- docs/content/config/user-management/accounts.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/content/config/user-management/accounts.md b/docs/content/config/user-management/accounts.md index 148cfc25..cba77716 100644 --- a/docs/content/config/user-management/accounts.md +++ b/docs/content/config/user-management/accounts.md @@ -20,4 +20,6 @@ To generate a new mail account entry in your configuration, you could run for ex You will be asked for a password. Just copy all the output string in the file `config/postfix-accounts.cf`. The `doveadm pw` command let you choose between several encryption schemes for the password. -Use doveadm pw -l to get a list of the currently supported encryption schemes. \ No newline at end of file +Use doveadm pw -l to get a list of the currently supported encryption schemes. + +> Note: changes made with this script require a restart of the container. See [#552](../issues/552) \ No newline at end of file