1
0
Fork 0

mastodon: change smtp port

This commit is contained in:
Daniel Kempkens 2022-11-29 17:03:25 +01:00
parent 2deebeaac4
commit a3b75eee37
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -52,7 +52,7 @@ in
createLocally = false; createLocally = false;
authenticate = true; authenticate = true;
host = "smtp.mailgun.org"; host = "smtp.mailgun.org";
port = 465; port = 587;
fromAddress = "mastodon@mg.kempkens.io"; fromAddress = "mastodon@mg.kempkens.io";
inherit (secret.mastodon.smtp) user; inherit (secret.mastodon.smtp) user;
inherit (secret.mastodon.smtp) passwordFile; inherit (secret.mastodon.smtp) passwordFile;