email fix

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2026-03-30 18:02:24 +02:00
parent ba1a5a5c10
commit 2ba41d37fb

View File

@@ -179,24 +179,22 @@
thunderbird = { thunderbird = {
enable = true; enable = true;
profiles = [ "nx2" ]; profiles = [ "nx2" ];
settings = id: { settings = id: { };
"mail.server.server_${id}.fcc_folder" = "imap://${un}%40hs-mittweida.de@xc.hs-mittweida.de/Sent";
};
}; };
}; };
nx2site = { nx2site = {
address = "lennart@${hyper.domain}"; address = "lennart@${hyper.domain}";
realName = "Lennart J. Kurzweg";
userName = "lennart@${hyper.domain}"; userName = "lennart@${hyper.domain}";
flavor = "plain"; realName = "Lennart J. Kurzweg";
imap = { imap = {
port = 993; port = 143;
host = "mail.${hyper.domain}"; host = "mail.${hyper.domain}";
tls.useStartTls = true;
}; };
smtp = { smtp = {
port = 465; port = 465;
host = "mail.${hyper.domain}"; host = "mail.${hyper.domain}";
tls.enable = true; tls.useStartTls = true;
}; };
signature = { signature = {
text = '' text = ''
@@ -209,8 +207,6 @@
thunderbird = { thunderbird = {
enable = true; enable = true;
profiles = [ "nx2" ]; profiles = [ "nx2" ];
# The id given as argument is an automatically generated account identifier.
settings = OAuth2Settings;
}; };
}; };
}; };