From 466d19a10611016d1e0713cf96d90e6c240117d0 Mon Sep 17 00:00:00 2001 From: Kload Date: Sun, 9 Jun 2013 20:44:23 +0000 Subject: [PATCH] postfix bugfix --- yunohost_tools.py | 1 + 1 file changed, 1 insertion(+) diff --git a/yunohost_tools.py b/yunohost_tools.py index 8234e98b..35cefe05 100644 --- a/yunohost_tools.py +++ b/yunohost_tools.py @@ -88,6 +88,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/postfix/main.cf', '/etc/dovecot/dovecot.conf', '/etc/lemonldap-ng/lemonldap-ng.ini', '/etc/hosts',