This commit is contained in:
parent
80fefb8e24
commit
63be594bdd
1 changed files with 18 additions and 14 deletions
|
|
@ -2,21 +2,25 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
||||||
# services.postfix = {
|
services.postfix = {
|
||||||
# enable = true;
|
enable = true;
|
||||||
# domain = "ktiu.net";
|
# domain = "ktiu.net";
|
||||||
# virtual = [
|
domain = "t9e.me";
|
||||||
|
virtual = [
|
||||||
# "@ktiu.net till"
|
# "@ktiu.net till"
|
||||||
# "till till"
|
"@t9e.me till"
|
||||||
|
"till till"
|
||||||
# "uni@ktiu.net straube@geo.uni-frankfurt.de"
|
# "uni@ktiu.net straube@geo.uni-frankfurt.de"
|
||||||
# "meetup@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";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# services.opendkim = {
|
||||||
|
# enable = true;
|
||||||
|
# domains = "csl:ktiu.net";
|
||||||
|
# selector = "202412";
|
||||||
|
# };
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue