change mail owner to dovecot:dovecot
This commit is contained in:
parent
c224084d9c
commit
21abe98114
1 changed files with 3 additions and 3 deletions
|
@ -11,8 +11,8 @@ in
|
||||||
enableLmtp = true;
|
enableLmtp = true;
|
||||||
enablePop3 = true;
|
enablePop3 = true;
|
||||||
enableQuota = true;
|
enableQuota = true;
|
||||||
mailGroup = "vmail";
|
mailGroup = "dovecot";
|
||||||
mailUser = "vmail";
|
mailUser = "dovecot";
|
||||||
mailLocation = "maildir:/var/vmail/%h/%n";
|
mailLocation = "maildir:/var/vmail/%h/%n";
|
||||||
mailPlugins = {
|
mailPlugins = {
|
||||||
globally.enable = [
|
globally.enable = [
|
||||||
|
@ -108,7 +108,7 @@ in
|
||||||
enable = true;
|
enable = true;
|
||||||
listenAddress = listenIP;
|
listenAddress = listenIP;
|
||||||
};
|
};
|
||||||
sops.secrets."services/dovecot/rspamd_password" = { owner = "dovecot"; group = "dovecot"; };
|
sops.secrets."services/dovecot/rspamd_password" = { owner = "dovecot"; };
|
||||||
services.postgresql.ensureUsers = [{
|
services.postgresql.ensureUsers = [{
|
||||||
name = "dovecot";
|
name = "dovecot";
|
||||||
ensurePermissions = {
|
ensurePermissions = {
|
||||||
|
|
Loading…
Reference in a new issue