Mastodon: add extra config

This commit is contained in:
Ivan R. 2023-08-19 17:50:56 +05:00
parent e8268765fc
commit 5f4b6c8b8d
No known key found for this signature in database
GPG key ID: 56C7BAAE859B302C

View file

@ -33,6 +33,12 @@
olderThanDays = 14;
};
extraConfig = {
SMTP_SSL = "true";
SMTP_ENABLE_STARTTLS_AUTO = "false";
SMTP_AUTH_METHOD = "plain";
};
smtp = {
host = "comfycamp.space";
user = "mastodon@comfycamp.space";