s/vmailUIDStart/vmailUID/g
The name vmailUIDStart is not consistent with how it is being used (as the UID of the vmail user).
This commit is contained in:
parent
50a3fa9edc
commit
cd85fd9d2f
3 changed files with 7 additions and 6 deletions
|
@ -100,12 +100,13 @@ in
|
|||
default = {};
|
||||
};
|
||||
|
||||
vmailUIDStart = mkOption {
|
||||
vmailUID = mkOption {
|
||||
type = types.int;
|
||||
default = 5000;
|
||||
description = ''
|
||||
The unix UID where the loginAccounts are created. 5000 means that the first
|
||||
user will get 5000, the second 5001, ...
|
||||
The unix UID of the virtual mail user. Be mindful that if this is
|
||||
changed, you will need to manually adjust the permissions of
|
||||
mailDirectory.
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue