new mailserver setup

This commit is contained in:
Noa Aarts 2024-12-26 11:30:01 +01:00
parent f4b35cb588
commit 8e19b636a4
Signed by: noa
GPG key ID: 1850932741EFF672

View file

@ -25,18 +25,19 @@ in
key = gpg_key; key = gpg_key;
}; };
imap = { imap = {
host = "mail.voorwaarts.nl"; host = "smtp.voorwaarts.nl";
port = 993; port = 993;
tls.enable = true;
}; };
primary = true; primary = true;
realName = "Noa Aarts"; realName = "Noa Aarts";
smtp = { smtp = {
host = "mail.voorwaarts.nl"; host = "smtp.voorwaarts.nl";
port = 587; port = 465;
tls.useStartTls = true; tls.enable = true;
}; };
thunderbird.enable = true; thunderbird.enable = true;
userName = "noa@voorwaarts.nl"; userName = "noa";
}; };
"noa-itepastra" = { "noa-itepastra" = {
address = "noa@itepastra.nl"; address = "noa@itepastra.nl";