From 1304ea6bc33d27c5ca6d2643f45b24dc9c9f64d9 Mon Sep 17 00:00:00 2001
From: intrigeri <intrigeri@boum.org>
Date: Sat, 29 Dec 2018 11:05:23 +0000
Subject: [PATCH] Document the new mail and Schleuder services (refs: #16121)

---
 .../working_together/roles/sysadmins.mdwn     | 21 +++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/wiki/src/contribute/working_together/roles/sysadmins.mdwn b/wiki/src/contribute/working_together/roles/sysadmins.mdwn
index 28f2d319fc8..e1a557bfd60 100644
--- a/wiki/src/contribute/working_together/roles/sysadmins.mdwn
+++ b/wiki/src/contribute/working_together/roles/sysadmins.mdwn
@@ -313,6 +313,16 @@ Below, importance level is evaluated based on:
   - [[sysadmins/automated_tests_in_Jenkins]]
 * importance: critical (as a key component of our development process)
 
+## Mail
+
+* purpose: handle incoming and outgoing email for some of our
+  [[Schleuder lists|sysadmins#schleuder]]
+* access: public MTA listening on `mail.tails.boum.org`
+* tools: [[!debpts postfix]], [[!debpts amavisd-new]], [[!debpts spamassassin]]
+* configuration: `tails::postfix`, `tails::amavisd_new` and
+  `tails::spamassassin` classes in [[!tails_gitweb_repo puppet-tails]]
+* importance: high (at least because WhisperBack bug reports go through this MTA)
+
 <a id="mumble"></a>
 
 ## Mumble
@@ -340,6 +350,17 @@ Below, importance level is evaluated based on:
     Puppet module
 * importance: critical (needed to release Tails)
 
+<a id="schleuder"></a>
+
+## Schleuder
+
+* purpose: host some of our Schleuder mailing lists
+* access: anyone can send email to these lists
+* tools: [[!debpts schleuder]]
+* configuration: `tails::schleuder` class in [[!tails_gitweb_repo
+  puppet-tails]]
+* importance: high (at least because WhisperBack bug reports go through this service)
+
 ## Tor bridge
 
 * purpose: provide a Tor bridge that Tails contributors can easily use
-- 
GitLab