changing names

This commit is contained in:
Robin Raymond 2017-10-18 09:10:51 +02:00
parent 9f40c38bc6
commit 6ac36a1092
1 changed files with 2 additions and 2 deletions

View File

@ -20,12 +20,12 @@ with config.mailserver;
let let
vmail_user = [{ vmail_user = [{
name = "vmail"; name = "vmail2";
isNormalUser = false; isNormalUser = false;
uid = vmailUIDStart; uid = vmailUIDStart;
home = mailDirectory; home = mailDirectory;
createHome = true; createHome = true;
group = "vmail"; group = "vmail2";
}]; }];
# accountsToUser :: String -> UserRecord # accountsToUser :: String -> UserRecord