This commit is contained in:
parent
80fefb8e24
commit
63be594bdd
1 changed files with 18 additions and 14 deletions
|
|
@ -2,21 +2,25 @@
|
|||
|
||||
{
|
||||
|
||||
# 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 = {
|
||||
services.postfix = {
|
||||
enable = true;
|
||||
domains = "csl:ktiu.net";
|
||||
selector = "202412";
|
||||
# domain = "ktiu.net";
|
||||
domain = "t9e.me";
|
||||
virtual = [
|
||||
# "@ktiu.net till"
|
||||
"@t9e.me 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