From bc7546ca6961bb6455762c78a21ba4e99e51273c 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 --- FAQ-and-Tips.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/FAQ-and-Tips.md b/FAQ-and-Tips.md index ebe89f8..cc8464b 100644 --- a/FAQ-and-Tips.md +++ b/FAQ-and-Tips.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: