From 59875cae23084e6d9f35ab70031e5cc2e2e4491f Mon Sep 17 00:00:00 2001 From: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com> Date: Tue, 28 Nov 2023 16:30:45 +0100 Subject: [PATCH] domains: also regen dovecot configuration when adding a domain --- src/domain.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/domain.py b/src/domain.py index 79194df2d..0fb9f577c 100644 --- a/src/domain.py +++ b/src/domain.py @@ -305,7 +305,7 @@ def domain_add( # should identify the root of this bug... _force_clear_hashes([f"/etc/nginx/conf.d/{domain}.conf"]) regen_conf( - names=["nginx", "metronome", "dnsmasq", "postfix", "rspamd", "mdns"] + names=["nginx", "metronome", "dnsmasq", "postfix", "rspamd", "mdns", "dovecot"] ) app_ssowatconf()