From 673d7307b6ef24877fc1164fe095cbc1c7071440 Mon Sep 17 00:00:00 2001 From: pyy Date: Tue, 6 Oct 2020 19:30:33 +0200 Subject: [PATCH] add account without restart container --- docs/content/config/troubleshooting/faq.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/content/config/troubleshooting/faq.md b/docs/content/config/troubleshooting/faq.md index ebe89f8b..cc8464b0 100644 --- a/docs/content/config/troubleshooting/faq.md +++ b/docs/content/config/troubleshooting/faq.md @@ -16,6 +16,9 @@ In order to do so, you'll probably want to push your config updates to your serv See [supervisorctl's documentation](http://supervisord.org/running.html#running-supervisorctl). +Tips: to add/update/delete an email account, there is no need to restart postfix/dovecot service inside the container after using setup.sh script. +For more information, see [issues/1639](https://github.com/tomav/docker-mailserver/issues/1639) + ### How can I sync container with host date/time? Timezone? Share the host's [`/etc/localtime`](https://www.freedesktop.org/software/systemd/man/localtime.html) with the docker-mailserver container, using a Docker volume: