From 6046af07d40a6fb94cdec37f7d6a9c56ff3fc6a2 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Sat, 25 Nov 2023 14:14:34 +0100 Subject: [PATCH] Set up the no-reply for akkoma --- nixos/queen/mail-server.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/nixos/queen/mail-server.nix b/nixos/queen/mail-server.nix index 05a1272..d498e8b 100644 --- a/nixos/queen/mail-server.nix +++ b/nixos/queen/mail-server.nix @@ -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"; }; }