add opendkim

This commit is contained in:
jaina heartles 2024-07-10 15:00:03 -07:00
parent 084d9077a1
commit 28a9074fa5

View file

@ -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";
};
}