nxcaldav
This commit is contained in:
17
system-modules/nx2site/vmail.nix
Normal file
17
system-modules/nx2site/vmail.nix
Normal file
@@ -0,0 +1,17 @@
|
||||
{ ... }:{
|
||||
users = {
|
||||
groups."vmail" = {};
|
||||
users = {
|
||||
"vmail" = {
|
||||
isSystemUser = true;
|
||||
group = "vmail";
|
||||
home = "/var/spool/mail/vmail";
|
||||
createHome = true;
|
||||
};
|
||||
# Permissions to allow Postfix and Dovecot to read ACME certificates
|
||||
"postfix".extraGroups = [ "acme" ];
|
||||
"dovecot2".extraGroups = [ "acme" ];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user