aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2024-08-23 16:21:33 +0100
committerGravatar Joe Banks <[email protected]>2024-08-23 16:52:22 +0100
commit87b3e91e5e2af740f47e6a244696c23b2e6df25b (patch)
tree7d4995849d113c2b7484e9043b5487307685e260
parentDe-escalate the Johannes situation (diff)
Add note on sieve being DevOps only for now
-rw-r--r--docs/docs/services/email/mail-clients.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/docs/services/email/mail-clients.md b/docs/docs/services/email/mail-clients.md
index 9add132..269f454 100644
--- a/docs/docs/services/email/mail-clients.md
+++ b/docs/docs/services/email/mail-clients.md
@@ -48,6 +48,15 @@ are not provided by the PyDis mailserver please let us know in `#dev-oops`.
We support server-side email filtering with [Pigeonhole
Sieve](https://doc.dovecot.org/configuration_manual/sieve/pigeonhole_sieve_interpreter/).
+!!! example "DevOps Only"
+
+ For now, since this feature requires access to a home directory on the host, it is
+ only accessable to members of the DevOps team. If you are not a member of the DevOps
+ team and wish to configure sieve, please let us know in the #dev-oops channel.
+
+ We may in future investigate further usage of `dovecot-managesieved` to allow for
+ remote management of the Sieve filters.
+
Using this, users can perform common mail tasks automatically by writing small
sieve scripts that are able to act on inbound mail before it reaches a user
inbox.