Claim common mail localparts for the infra team
These are common names per RFC2142 that are used to report issues that our infrastructure causes. Additionally these are regularly used for technical domain verification purposes.
Martin Weinelt committed
Apr 6, 2025 at 01:12 UTC
32979cd99e9bc35f523d54579cb6f790de893490
1 file changed
+18
non-critical-infra/modules/mailserver/mailing-lists.nix
+18
@@ -8,6 +8,12 @@
8
# an encrypted password. Run `nix run .#encrypt-email login -- --help` and
9
# follow the instructions.
10
mailing-lists = {
11
+ "abuse@nixos.org" = {
12
+ forwardTo = [
13
+ "infra@nixos.org"
14
+ ];
15
+ };
16
+
17
"community@nixos.org" = {
18
forwardTo = [
19
"moderation@nixos.org"
@@ -114,6 +120,12 @@
120
];
121
};
122
123
+ "postmaster@nixos.org" = {
124
+ forwardTo = [
125
+ "infra@nixos.org"
126
+ ];
127
+ };
128
+
129
"rob@nixos.org" = {
130
forwardTo = [
131
../../secrets/rbvermaa-email-address.umbriel # https://github.com/rbvermaa
@@ -172,6 +184,12 @@
184
];
185
};
186
187
+ "webmaster@nixos.org" = {
188
+ forwardTo = [
189
+ "infra@nixos.org"
190
+ ];
191
+ };
192
+
193
"wiki@nixos.org" = {
194
forwardTo = [
195
../../secrets/lassulus-wiki-email-address.umbriel # https://github.com/lassulus