feat(mail) : migrate to infomaniak

This commit is contained in:
Florian Schmitt 2023-12-01 09:41:02 +03:00
parent 382936127b
commit 2f397c2538

View file

@ -26,15 +26,13 @@
enable = true;
};
imap = {
host = "mail.gandi.net";
port = 143;
tls.useStartTls = true;
host = "mail.infomaniak.com";
port = 993;
};
smtp = {
host = "mail.gandi.net";
port = 587;
tls.useStartTls = true;
host = "mail.infomaniak.com";
port = 465;
};
};
"mrflos@mrflos.pw" = {
@ -69,15 +67,13 @@
enable = true;
};
imap = {
host = "mail.gandi.net";
port = 143;
tls.useStartTls = true;
host = "mail.infomaniak.com";
port = 993;
};
smtp = {
host = "mail.gandi.net";
port = 587;
tls.useStartTls = true;
host = "mail.infomaniak.com";
port = 465;
};
};
};