mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
dspam switch fix
This commit is contained in:
parent
de8e9104cf
commit
416a51f10d
1 changed files with 2 additions and 0 deletions
|
@ -253,6 +253,8 @@ def tools_postinstall(domain, password, dyndns=False):
|
|||
os.system('touch /etc/yunohost/light')
|
||||
else:
|
||||
os.system('service dspam stop')
|
||||
os.system('update-rc.d dspam remove')
|
||||
os.system('sed -i "s/yes/no/g" /etc/default/dspam')
|
||||
os.system('apt-get install -y -qq samba yunohost-config-amavis')
|
||||
os.system('service amavis start')
|
||||
os.system('apt-get install --reinstall -y -qq yunohost-config-postfix yunohost-config-dovecot')
|
||||
|
|
Loading…
Add table
Reference in a new issue