From 603c50ddd9bec60e192a407b226cc72942c64dc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Lebleu?= Date: Sun, 28 Feb 2016 21:46:18 +0100 Subject: [PATCH] [fix] Regenerate Rmilter conf on domain addition for DKIM key --- src/yunohost/domain.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/yunohost/domain.py b/src/yunohost/domain.py index d37f58def..a17efcbcd 100644 --- a/src/yunohost/domain.py +++ b/src/yunohost/domain.py @@ -163,6 +163,7 @@ def domain_add(auth, domain, dyndns=False): service_regenconf(service='nginx') service_regenconf(service='metronome') service_regenconf(service='dnsmasq') + service_regenconf(service='rmilter') os.system('yunohost app ssowatconf > /dev/null 2>&1') except IOError: pass except: