From 1b29118b98a07da49780c7df4189fe33cbb030c6 Mon Sep 17 00:00:00 2001 From: sinavir Date: Sat, 20 Apr 2024 15:10:40 +0200 Subject: [PATCH] fix: mastodon smtp setup bis --- machines/compute01/mastodon.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/machines/compute01/mastodon.nix b/machines/compute01/mastodon.nix index f1784fe..1f2b1fe 100644 --- a/machines/compute01/mastodon.nix +++ b/machines/compute01/mastodon.nix @@ -9,8 +9,7 @@ in localDomain = host; smtp = { - fromAddress = "social@services.dgnum.eu"; - createLocally = false; + fromAddress = "noreply@infra.dgnum.eu"; host = "kurisu.lahfa.xyz"; port = 465; user = "web-services@infra.dgnum.eu"; @@ -27,6 +26,8 @@ in # LOCAL_DOMAIN = "dgnum.eu"; WEB_DOMAIN = host; + SMTP_TLS = "true"; + RAILS_LOG_LEVEL = "warn"; # ObjectStorage configuration