fix
This commit is contained in:
10
module.nix
10
module.nix
@@ -79,16 +79,16 @@ in
|
|||||||
fromAddress = "noreply.mastodon@${sp.domain}";
|
fromAddress = "noreply.mastodon@${sp.domain}";
|
||||||
user = "noreply.mastodon";
|
user = "noreply.mastodon";
|
||||||
host = "127.0.0.1";
|
host = "127.0.0.1";
|
||||||
port = 587;
|
port = 465;
|
||||||
# port = 22;
|
# port = 22;
|
||||||
passwordFile = "/run/keys/mastodon/email_password";
|
passwordFile = "/run/keys/mastodon/email_password";
|
||||||
authenticate = true;
|
authenticate = true;
|
||||||
};
|
};
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
# "SMTP_ENABLE_STARTTLS" = "never";
|
"SMTP_ENABLE_STARTTLS" = "never";
|
||||||
"SMTP_ENABLE_STARTTLS_AUTO" = "true";
|
# "SMTP_ENABLE_STARTTLS_AUTO" = "false";
|
||||||
"SMTP_ENABLE_STARTTLS" = "always";
|
# "SMTP_ENABLE_STARTTLS" = "always";
|
||||||
"SMTP_TLS" = "false";
|
"SMTP_TLS" = "true";
|
||||||
"SMTP_SSL" = "false";
|
"SMTP_SSL" = "false";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user