This commit is contained in:
2025-09-12 23:36:48 +03:00
parent 8186824c60
commit 308c661f90

View File

@@ -75,11 +75,19 @@ in
smtp = {
createLocally = false;
user = "noreply.mastodon@${sp.domain}";
# user = "noreply.mastodon@${sp.domain}";
fromAddress = "noreply.mastodon@${sp.domain}";
user = "noreply.mastodon";
host = "127.0.0.1";
port = 25;
passwordFile = "/run/keys/mastodon/email_password";
authenticate = true;
};
extraConfig = {
"SMTP_ENABLE_STARTTLS_AUTO" = false;
"SMTP_TLS" = false;
"SMTP_SSL" = false;
};
};
# services.postfix.config = {