baserow: add postfix to opendkim group
This commit is contained in:
parent
656df5ac5b
commit
1c97d3cd15
1 changed files with 1 additions and 0 deletions
|
@ -202,6 +202,7 @@ in
|
||||||
non_smtpd_milters = ${config.services.opendkim.socket}
|
non_smtpd_milters = ${config.services.opendkim.socket}
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
users.users.postfix.extraGroups = [ "opendkim" ];
|
||||||
services.opendkim = {
|
services.opendkim = {
|
||||||
enable = true;
|
enable = true;
|
||||||
domains = "csl:baserow.lukegb.com";
|
domains = "csl:baserow.lukegb.com";
|
||||||
|
|
Loading…
Reference in a new issue