Add FabLab mailbox

This commit is contained in:
Jakob Lechner 2024-05-24 02:19:07 +02:00
parent a54efeadf9
commit 3360041997

View file

@ -145,6 +145,31 @@
profiles = [ "default" ];
};
};
"FabLab NEA" = {
userName = "kontakt@fablab-nea.de";
address = "kontakt@fablab-nea.de";
realName = "FabLab NEA";
imap = {
host = "hha.jalr.de";
port = 143;
tls = {
enable = true;
useStartTls = true;
};
};
smtp = {
host = "hha.jalr.de";
port = 587;
tls = {
enable = true;
useStartTls = true;
};
};
thunderbird = {
enable = true;
profiles = [ "default" ];
};
};
};
};
};