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)