matrix: Use greenbaum cloud for sending emails

This commit is contained in:
Akshay Mankar 2023-11-19 15:06:33 +01:00
parent 7fcefe4b85
commit f0c3178b4d
Signed by untrusted user: axeman
GPG key ID: CA08F3AB62369B89
2 changed files with 3 additions and 3 deletions

View file

@ -60,9 +60,9 @@ in {
invite_client_location = "https://chat.pub.solar";
notif_for_new_users = true;
notif_from = "Matrix <no-reply@pub.solar>";
require_transport_security = false;
smtp_host = "matrix-mailer";
smtp_port = 8025;
require_transport_security = true;
smtp_host = "mx2.greenbaum.cloud";
smtp_port = 465;
};
enable_media_repo = true;