fix ports for thunderbird
This commit is contained in:
parent
eaaa6c9546
commit
98f90f71e2
1 changed files with 8 additions and 2 deletions
|
@ -2,7 +2,10 @@
|
||||||
{
|
{
|
||||||
accounts.email.accounts.lotte = {
|
accounts.email.accounts.lotte = {
|
||||||
address = "lotte@chir.rs";
|
address = "lotte@chir.rs";
|
||||||
imap.host = "imappro.zoho.eu";
|
imap = {
|
||||||
|
host = "imappro.zoho.eu";
|
||||||
|
port = 993;
|
||||||
|
};
|
||||||
imapnotify = {
|
imapnotify = {
|
||||||
enable = true;
|
enable = true;
|
||||||
onNotify = "${pkgs.isync}/bin/mbsync test-%s";
|
onNotify = "${pkgs.isync}/bin/mbsync test-%s";
|
||||||
|
@ -31,7 +34,10 @@
|
||||||
config.sops.secrets."accounts/email/accounts/lotte/password".path
|
config.sops.secrets."accounts/email/accounts/lotte/password".path
|
||||||
];
|
];
|
||||||
realName = "Charlotte 🦝 Delenk";
|
realName = "Charlotte 🦝 Delenk";
|
||||||
smtp.host = "smtppro.zoho.eu";
|
smtp = {
|
||||||
|
host = "smtppro.zoho.eu";
|
||||||
|
port = 465;
|
||||||
|
};
|
||||||
thunderbird.enable = true;
|
thunderbird.enable = true;
|
||||||
userName = "lotte@chir.rs";
|
userName = "lotte@chir.rs";
|
||||||
primary = true;
|
primary = true;
|
||||||
|
|
Loading…
Reference in a new issue