From 40798de600442c5827cb2295a8a9f4a3589717d2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 1 Mar 2023 15:25:28 +0000 Subject: [PATCH] deploy: 0949f163445c7cd0304b12720d51ff605c4dac03 --- edge/config/environment/index.html | 28 ++++++++++ edge/search/search_index.json | 2 +- edge/sitemap.xml | 86 +++++++++++++++--------------- 3 files changed, 72 insertions(+), 44 deletions(-) diff --git a/edge/config/environment/index.html b/edge/config/environment/index.html index 1b22020b..0657f8f3 100644 --- a/edge/config/environment/index.html +++ b/edge/config/environment/index.html @@ -552,6 +552,13 @@ ENABLE_RSPAMD + + +
  • + + ENABLE_REDIS + +
  • @@ -2493,6 +2500,13 @@ ENABLE_RSPAMD +
  • + +
  • + + ENABLE_REDIS + +
  • @@ -3433,6 +3447,20 @@
  • 0 => disabled
  • 1 => enabled
  • +
    ENABLE_REDIS
    +

    Explicit control over running a Redis instance within the container. By default, this value will match what is set for ENABLE_RSPAMD.

    +

    The purpose of this setting is to opt-out of starting an internal Redis instance when enabling Rspamd, replacing it with your own external instance.

    +
    +Configuring rspamd for an external Redis instance +

    You will need to provide configuration at /etc/rspamd/local.d/redis.conf similar to:

    +
    servers = "redis.example.test:6379";
    +expand_keys = true;
    +
    +
    +
    ENABLE_AMAVIS

    Amavis content filter (used for ClamAV & SpamAssassin)