feat(mail) : migrate to infomaniak
This commit is contained in:
parent
382936127b
commit
2f397c2538
1 changed files with 8 additions and 12 deletions
|
@ -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;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue