forked from hacc/haccfiles
hainich/sympa: added type to mta.type
This commit is contained in:
parent
d0b638d69f
commit
eac4f5b33e
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
{
|
{
|
||||||
services.sympa = {
|
services.sympa = {
|
||||||
enable = true;
|
enable = true;
|
||||||
mta = "none";
|
mta.type = "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