From 8e19b636a4feb4aaa1c9b2b20f002d15c38ed29f Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Thu, 26 Dec 2024 11:30:01 +0100 Subject: [PATCH] new mailserver setup --- modules/applications/thunderbird.nix | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/modules/applications/thunderbird.nix b/modules/applications/thunderbird.nix index 279ae92..4a286eb 100644 --- a/modules/applications/thunderbird.nix +++ b/modules/applications/thunderbird.nix @@ -25,18 +25,19 @@ in key = gpg_key; }; imap = { - host = "mail.voorwaarts.nl"; + host = "smtp.voorwaarts.nl"; port = 993; + tls.enable = true; }; primary = true; realName = "Noa Aarts"; smtp = { - host = "mail.voorwaarts.nl"; - port = 587; - tls.useStartTls = true; + host = "smtp.voorwaarts.nl"; + port = 465; + tls.enable = true; }; thunderbird.enable = true; - userName = "noa@voorwaarts.nl"; + userName = "noa"; }; "noa-itepastra" = { address = "noa@itepastra.nl";