From a3b75eee3783bf97cdbd20b01232ee60b7404875 Mon Sep 17 00:00:00 2001 From: Daniel Kempkens Date: Tue, 29 Nov 2022 17:03:25 +0100 Subject: [PATCH] mastodon: change smtp port --- system/nixos/mastodon.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/nixos/mastodon.nix b/system/nixos/mastodon.nix index 9b20175..5a6365e 100644 --- a/system/nixos/mastodon.nix +++ b/system/nixos/mastodon.nix @@ -52,7 +52,7 @@ in createLocally = false; authenticate = true; host = "smtp.mailgun.org"; - port = 465; + port = 587; fromAddress = "mastodon@mg.kempkens.io"; inherit (secret.mastodon.smtp) user; inherit (secret.mastodon.smtp) passwordFile;