hainich/sympa: disabled own mta setup added domains to postfix
This commit is contained in:
parent
813a1d19f8
commit
d0b638d69f
2 changed files with 2 additions and 1 deletions
|
@ -11,7 +11,7 @@ in {
|
||||||
mailDirectory = "/data/mail";
|
mailDirectory = "/data/mail";
|
||||||
enable = true;
|
enable = true;
|
||||||
fqdn = "mail.hacc.space";
|
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 = {
|
loginAccounts = {
|
||||||
"hexchen@hacc.space" = {
|
"hexchen@hacc.space" = {
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
{
|
{
|
||||||
services.sympa = {
|
services.sympa = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
mta = "none";
|
||||||
lang = "de";
|
lang = "de";
|
||||||
domains."lists.infra4future.de".webHost = "lists.infra4future.de";
|
domains."lists.infra4future.de".webHost = "lists.infra4future.de";
|
||||||
domains."lists.hacc.space".webHost = "lists.hacc.space";
|
domains."lists.hacc.space".webHost = "lists.hacc.space";
|
||||||
|
|
Loading…
Reference in a new issue