flaky stuff
This commit is contained in:
parent
7367201424
commit
6d4640a018
4 changed files with 32 additions and 6 deletions
22
system/web-server/mail.nix
Normal file
22
system/web-server/mail.nix
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
|
||||
services.postfix = {
|
||||
enable = true;
|
||||
domain = "ktiu.net";
|
||||
virtual = [
|
||||
"@ktiu.net till"
|
||||
"till till"
|
||||
"uni@ktiu.net straube@geo.uni-frankfurt.de"
|
||||
"meetup@ktiu.net straube@geo.uni-frankfurt.de"
|
||||
];
|
||||
};
|
||||
|
||||
services.opendkim = {
|
||||
enable = true;
|
||||
domains = "csl:ktiu.net";
|
||||
selector = "202412";
|
||||
};
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue