From 9e98733109ee8fc5253cb9ba0d1b1ad98f653507 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charlotte=20=F0=9F=A6=9D=20Delenk?= Date: Wed, 21 Jun 2023 12:48:03 +0100 Subject: [PATCH] use port 587 for smtp --- config/programs/mail.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/programs/mail.nix b/config/programs/mail.nix index 1bca757d..1a4e0699 100644 --- a/config/programs/mail.nix +++ b/config/programs/mail.nix @@ -43,7 +43,7 @@ in { ''; smtp = { host = "mail.chir.rs"; - port = 465; + port = 587; tls.enable = true; tls.useStartTls = true; };