add vmail user name again - otherwise postfix errors on startup
This commit is contained in:
parent
7ea7ab39df
commit
b06775cef7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue