From f91ea850bc1ddd31a6ebb271e84fa9eef6aa0d2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moira=20H=C3=B6sel?= Date: Wed, 15 Mar 2023 19:06:36 +0100 Subject: [PATCH] mail: reenable recieving mail on noreply@ because mail providers are sending out abuse mails for fbls they're causing *shrung* --- services/mail.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/services/mail.nix b/services/mail.nix index 626737d..cb95719 100644 --- a/services/mail.nix +++ b/services/mail.nix @@ -65,13 +65,11 @@ "noreply@hacc.space" = { hashedPassword = "$6$YsqMoItITZUzI5wo$5Lejf8XBHRx4LW4VuZ9wJCiBbT4kOV/EZaCdWQ07eVIrkRTZwXWZ5zfsh.olXEFwvpNWN.DBnU.dQc.cC0/ra/"; - sendOnly = true; }; "noreply@infra4future.de" = { hashedPassword = "$6$uaD8bRcT1$gFqhFyu5RUsyUUOG5b.kN.JAJ1rVHvaYhpeRHoMvrERAMgBu1FHu2oDnjTsy.5NKoLc5xpI5uv4Gpy4YbmDmV."; - sendOnly = true; }; };