From b859774b573f0ec3f2c4e959c4e1dedecc778de4 Mon Sep 17 00:00:00 2001 From: abeudin Date: Fri, 26 Apr 2013 15:47:09 +0300 Subject: [PATCH] Update yunohost_tools.py --- yunohost_tools.py | 1 + 1 file changed, 1 insertion(+) diff --git a/yunohost_tools.py b/yunohost_tools.py index 7ccb282b..cae4a53e 100644 --- a/yunohost_tools.py +++ b/yunohost_tools.py @@ -87,6 +87,7 @@ 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',