1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

feat(mail): meinhaki

This commit is contained in:
2020-12-11 18:43:54 +01:00
parent 8749646101
commit d041e6fa52

View File

@@ -240,6 +240,26 @@ in {
tls.enable = true; tls.enable = true;
}; };
}; };
hu-berlin-work = enableDefaults {
primary = false;
address = "meinhaki@hu-berlin.de";
realName = kieran.name;
userName = "meinhaki";
passwordCommand = pass_ <secrets/mail/meinhaki>;
smtp = {
host = "mailhost.cms.hu-berlin.de";
port = 25;
tls = {
enable = true;
useStartTls = true;
};
};
imap = {
host = "mailbox.cms.hu-berlin.de";
port = 993;
tls.enable = true;
};
};
}; };
}; };
} }