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

fix(mail): use STARTTLS for cock.li and hu-berlin.de

This commit is contained in:
Kierán Meinhardt
2020-07-14 23:51:07 +02:00
parent c4574909de
commit 28f00240bb

View File

@@ -30,7 +30,10 @@ in {
smtp = {
host = "mail.cock.li";
port = 587;
tls.enable = true;
tls = {
enable = true;
useStartTls = true;
};
};
imap = {
host = "mail.cock.li";
@@ -65,7 +68,10 @@ in {
smtp = {
host = "mailhost.cms.hu-berlin.de";
port = 25;
tls.enable = true;
tls = {
enable = true;
useStartTls = true;
};
};
imap = {
host = "mailbox.cms.hu-berlin.de";