How do I apply updated sieve script without restarting the container? #2633
Answered
by
casperklein
WantToLearnJapanese
asked this question in
Q&A
-
How do I apply the updated sieve script without restarting the container? |
Beta Was this translation helpful? Give feedback.
Answered by
casperklein
Jun 9, 2022
Replies: 1 comment 7 replies
-
I guess dovecot have to be restarted? You can restart individual services instead of the whole container by using: |
Beta Was this translation helpful? Give feedback.
7 replies
Answer selected by
WantToLearnJapanese
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I guess dovecot have to be restarted? You can restart individual services instead of the whole container by using:
docker exec mailserver supervisorctl restart dovecot