This commit is contained in:
2024-03-30 12:17:29 +01:00
parent d51ea215f8
commit 45932905cb
45 changed files with 448 additions and 189 deletions

View File

@@ -6,6 +6,7 @@
profiles = {
privat.isDefault = true;
kjr.isDefault = false;
uni.isDefault = false;
};
settings = { };
};
@@ -26,7 +27,7 @@
'';
showSignature = "append";
};
passwordCommand = "mail-password";
passwordCommand = "OAuth2";
smtp = {
host = "smtp.office365.com";
port = 587;
@@ -44,7 +45,7 @@
key = "0x99D2EF975FE523CC";
signByDefault = true;
};
aliases = [ "eliasschrei@gmail.com" "elias.schroeter1601@gmail.com" ];
aliases = [ "elias.schroeter@murena.io" "xacufe67.cadome83@murena.io" ];
imap = {
host = "mail.ecloud.global";
port = 993;
@@ -71,6 +72,34 @@
primary = true;
thunderbird = { enable = true; };
};
uni = {
address = "elias.schroeter@campus.lmu.de";
imap = {
host = "studlmu.lrz.de";
port = 993;
tls.enable = true;
};
realName = "Elias Schröter";
signature = {
text = ''
Mit freundlichen Grüßen,
Elias Schröter.
'';
showSignature = "append";
};
passwordCommand = "mail-password";
smtp = {
host = "postout.lrz.de";
port = 587;
tls = {
enable = true;
useStartTls = true;
};
};
userName = "elias.schroeter@campus.lmu.de";
primary = false;
thunderbird = { enable = true; };
};
};
};
}