add opendkim
This commit is contained in:
parent
084d9077a1
commit
38ce58f93c
1 changed files with 4 additions and 3 deletions
|
@ -4,9 +4,10 @@
|
|||
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; };
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue