test
This commit is contained in:
10
module.nix
10
module.nix
@@ -75,11 +75,19 @@ in
|
|||||||
|
|
||||||
smtp = {
|
smtp = {
|
||||||
createLocally = false;
|
createLocally = false;
|
||||||
user = "noreply.mastodon@${sp.domain}";
|
# user = "noreply.mastodon@${sp.domain}";
|
||||||
fromAddress = "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";
|
passwordFile = "/run/keys/mastodon/email_password";
|
||||||
authenticate = true;
|
authenticate = true;
|
||||||
};
|
};
|
||||||
|
extraConfig = {
|
||||||
|
"SMTP_ENABLE_STARTTLS_AUTO" = false;
|
||||||
|
"SMTP_TLS" = false;
|
||||||
|
"SMTP_SSL" = false;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# services.postfix.config = {
|
# services.postfix.config = {
|
||||||
|
Reference in New Issue
Block a user