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