Set up the no-reply for akkoma

This commit is contained in:
Lillian Violet 2023-11-25 14:14:34 +01:00
parent 1735e9d407
commit be1873c8f9

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";
};
}