fix vmail bug
This commit is contained in:
parent
6ac36a1092
commit
bbdcdfc0a7
2 changed files with 4 additions and 4 deletions
|
@ -20,12 +20,12 @@ with config.mailserver;
|
|||
|
||||
let
|
||||
vmail_user = [{
|
||||
name = "vmail2";
|
||||
name = vmailUserName;
|
||||
isNormalUser = false;
|
||||
uid = vmailUIDStart;
|
||||
home = mailDirectory;
|
||||
createHome = true;
|
||||
group = "vmail2";
|
||||
group = vmailGroupName;
|
||||
}];
|
||||
|
||||
# accountsToUser :: String -> UserRecord
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue