Set up the no-reply for akkoma

This commit is contained in:
Lillian-Violet 2023-11-25 14:14:34 +01:00
parent fd87cdd751
commit 6046af07d4

View file

@ -27,8 +27,11 @@
"no-reply@nextcloud.gladtherescake.eu" = {
hashedPasswordFile = config.sops.secrets."mailpass".path;
};
"no-reply@akkoma.gladtherescake.eu" = {
hashedPasswordFile = config.sops.secrets."mailpass".path;
};
};
rejectRecipients = ["no-reply@nextcloud.gladtherescake.eu"];
rejectRecipients = ["no-reply@nextcloud.gladtherescake.eu" "no-reply@akkoma.gladtherescake.eu"];
certificateScheme = "acme-nginx";
};
}