add vmail user name again - otherwise postfix errors on startup

This commit is contained in:
Robin Raymond 2017-09-22 18:57:14 +02:00
parent 7ea7ab39df
commit b06775cef7
1 changed files with 2 additions and 2 deletions

View File

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