diff --git a/src/yunohost/domain.py b/src/yunohost/domain.py index 545408592..913b7868e 100644 --- a/src/yunohost/domain.py +++ b/src/yunohost/domain.py @@ -110,7 +110,7 @@ def domain_add(auth, domain, dyndns=False): # Don't regen these conf if we're still in postinstall if os.path.exists('/etc/yunohost/installed'): - service_regen_conf(names=['nginx', 'metronome', 'dnsmasq', 'rmilter']) + service_regen_conf(names=['nginx', 'metronome', 'dnsmasq']) app_ssowatconf(auth) except: