mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
domains: also regen dovecot configuration when adding a domain
This commit is contained in:
parent
267968074b
commit
59875cae23
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue