hainich/sympa: disabled own mta setup added domains to postfix

This commit is contained in:
schweby 2021-01-27 17:32:43 +01:00
parent 813a1d19f8
commit d0b638d69f
2 changed files with 2 additions and 1 deletions

View file

@ -11,7 +11,7 @@ in {
mailDirectory = "/data/mail";
enable = true;
fqdn = "mail.hacc.space";
domains = [ "hacc.space" "hacc.earth" "4future.dev" "4futu.re" "infra4future.de" "discuss.infra4future.de" ];
domains = [ "hacc.space" "hacc.earth" "4future.dev" "4futu.re" "infra4future.de" "discuss.infra4future.de" "lists.hacc.space" "lists.infra4future.de" ];
loginAccounts = {
"hexchen@hacc.space" = {

View file

@ -3,6 +3,7 @@
{
services.sympa = {
enable = true;
mta = "none";
lang = "de";
domains."lists.infra4future.de".webHost = "lists.infra4future.de";
domains."lists.hacc.space".webHost = "lists.hacc.space";