diff --git a/yunohost_tools.py b/yunohost_tools.py index 07ec0cfb..8234e98b 100644 --- a/yunohost_tools.py +++ b/yunohost_tools.py @@ -88,8 +88,6 @@ def tools_maindomain(old_domain, new_domain): validate(r'^([a-zA-Z0-9]{1}([a-zA-Z0-9\-]*[a-zA-Z0-9])*)(\.[a-zA-Z0-9]{1}([a-zA-Z0-9\-]*[a-zA-Z0-9])*)*(\.[a-zA-Z]{1}([a-zA-Z0-9\-]*[a-zA-Z0-9])*)$', old_domain) config_files = [ - '/etc/prosody/conf.avail/localhost.cfg.lua', - '/etc/postfix/main.cf', '/etc/dovecot/dovecot.conf', '/etc/lemonldap-ng/lemonldap-ng.ini', '/etc/hosts',