diff --git a/nixos/queen/mail-server.nix b/nixos/queen/mail-server.nix index f177896..634174e 100644 --- a/nixos/queen/mail-server.nix +++ b/nixos/queen/mail-server.nix @@ -27,10 +27,6 @@ hashedPasswordFile = config.sops.secrets."mailpass".path; }; }; - forwards = { - "abuse@nextcloud.gladtherescake.eu" = "nextcloud@gladtherescake.eu"; - "postmaster@nextcloud.gladtherescake.eu" = "nextcloud@gladtherescake.eu"; - }; openFirewall = true; mailserver.rejectRecipients = ["no-reply@nextcloud.gladtherescake.eu"]; certificateScheme = "acme-nginx";