domains: also regen dovecot configuration when adding a domain

This commit is contained in:
Alexandre Aubin 2023-11-28 16:30:45 +01:00 committed by GitHub
parent 267968074b
commit 59875cae23
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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()