From 4c5028077b2e50870f324a802e7e1c0312e6891f Mon Sep 17 00:00:00 2001 From: Nicolas Dandrimont Date: Wed, 26 Aug 2009 12:02:02 +0200 Subject: [PATCH] [gen_confs/adherents.py] Les mails sont dans /home/mail maintenant Ignore-this: 7c2d6d78a404ab26763042e29f946db0 darcs-hash:20090826100202-ffbb2-05c350452d7535a882fe2cdd2a72110ab681d048.gz --- gestion/gen_confs/adherents.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gestion/gen_confs/adherents.py b/gestion/gen_confs/adherents.py index 522c9bb9..35191c1d 100644 --- a/gestion/gen_confs/adherents.py +++ b/gestion/gen_confs/adherents.py @@ -128,8 +128,8 @@ class home: ### Mail os.mkdir(home + '/Mail', 0700) os.chown(home + '/Mail', int(uid), config.gid) - os.mkdir('/var/mail/' + login, 0770) - os.chown('/var/mail/' + login, int(uid), 8) + os.mkdir('/home/mail/' + login, 0770) + os.chown('/home/mail/' + login, int(uid), 8) except: print ERREUR