Add FabLab mailbox
This commit is contained in:
parent
a54efeadf9
commit
3360041997
1 changed files with 25 additions and 0 deletions
|
|
@ -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" ];
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue