@cryptotaxi247 / infra / commits / b162327a

Remove foundation email forwards

Now that freescout is used, we don't need to forward anymore. @edolstra keeps access until he's fully offboarded. He didn't indicate wanting to switch to freescout though, so he'll keep getting the forwards.

Silvan Mosberger committed Jun 20, 2025 at 13:27 UTC b162327a4ca41bef2f4bb34d5f3da8777097f5ba
1 file changed -6
non-critical-infra/modules/mailserver/mailing-lists.nix
-6
@@ -25,7 +25,6 @@
25 "finance@nixos.org" = {
26 forwardTo = [
27 ../../secrets/edolstra-email-address.umbriel # https://github.com/edolstra
28 - ../../secrets/kate-email-address.umbriel # https://discourse.nixos.org/u/kate
28 ];
29 loginAccount = {
30 encryptedHashedPassword = ../../secrets/finance-email-login.umbriel;
@@ -44,11 +43,6 @@
43 "foundation@nixos.org" = {
44 forwardTo = [
45 ../../secrets/edolstra-foundation-email-address.umbriel # https://github.com/edolstra
47 - ../../secrets/refroni-email-address.umbriel # https://github.com/refroni
48 - ../../secrets/kate-email-address.umbriel # https://discourse.nixos.org/u/kate
49 - ../../secrets/infinisil-email-address.umbriel # https://github.com/infinisil
50 - ../../secrets/ra33it0-email-address.umbriel # https://github.com/ra33it0
51 - ../../secrets/lassulus-email-address.umbriel # https://github.com/lassulus
46 ];
47 loginAccount = {
48 encryptedHashedPassword = ../../secrets/foundation-email-login.umbriel;