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 let
vmail_user = [{ vmail_user = [{
#name = vmailUserName; name = vmailUserName;
isNormalUser = false; isNormalUser = false;
uid = vmailUIDStart; uid = vmailUIDStart;
home = mailDirectory; home = mailDirectory;
createHome = true; createHome = true;
#group = vmailGroupName; group = vmailGroupName;
}]; }];
# accountsToUser :: String -> UserRecord # accountsToUser :: String -> UserRecord