mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[fix] Regenerate Rmilter conf on domain addition for DKIM key
This commit is contained in:
parent
36981ac21d
commit
603c50ddd9
1 changed files with 1 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue