Remove remaining mention of 'rmilter' in domain_add

This commit is contained in:
Alexandre Aubin 2018-07-25 16:55:41 +02:00
parent 7ef1387d8f
commit 0b86ae0467

View file

@ -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: