add opendkim
This commit is contained in:
parent
084d9077a1
commit
28a9074fa5
1 changed files with 7 additions and 3 deletions
10
postfix.nix
10
postfix.nix
|
@ -4,9 +4,13 @@
|
|||
services.postfix = {
|
||||
enable = true;
|
||||
enableSubmission = true;
|
||||
domain = "egirls.gay";
|
||||
|
||||
extraConfig = ''
|
||||
inet_interfaces = 127.0.0.1
|
||||
'';
|
||||
config = { inet_interfaces = "loopback-only"; };
|
||||
};
|
||||
|
||||
services.opendkim = {
|
||||
enable = true;
|
||||
selector = "default";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue