fix mastodon email
This commit is contained in:
parent
dc04f3baa6
commit
64459fb5c1
2 changed files with 5 additions and 1 deletions
|
@ -65,7 +65,7 @@ in {
|
|||
smtp = {
|
||||
createLocally = false;
|
||||
fromAddress = "mastodon@xirion.net";
|
||||
host = "mail.xirion.net";
|
||||
host = "mail.0x76.dev";
|
||||
user = "mastodon@xirion.net";
|
||||
authenticate = true;
|
||||
port = 587;
|
||||
|
|
|
@ -79,6 +79,10 @@ in {
|
|||
hashedPasswordFile = "${vs.mailserver}/snapraid@0x76.dev";
|
||||
sendOnly = true;
|
||||
};
|
||||
"mastodon@xirion.net" = {
|
||||
hashedPasswordFile = "${vs.mailserver}/mastodon@xirion.net";
|
||||
sendOnly = true;
|
||||
};
|
||||
};
|
||||
|
||||
indexDir = "/var/lib/dovecot/indices";
|
||||
|
|
Loading…
Add table
Reference in a new issue