diff --git a/edge/config/environment/index.html b/edge/config/environment/index.html index feb40f0e..8a08ae85 100644 --- a/edge/config/environment/index.html +++ b/edge/config/environment/index.html @@ -545,20 +545,6 @@ TZ - - -
  • - - ENABLE_RSPAMD - - -
  • - -
  • - - ENABLE_RSPAMD_REDIS - -
  • @@ -762,6 +748,47 @@ DOVECOT_INET_PROTOCOLS +
  • + +
  • + + MOVE_SPAM_TO_JUNK + + +
  • + + + + + + +
  • + + Rspamd + + +
  • - -
  • - - MOVE_SPAM_TO_JUNK - -
  • @@ -2493,20 +2513,6 @@ TZ -
  • - -
  • - - ENABLE_RSPAMD - - -
  • - -
  • - - ENABLE_RSPAMD_REDIS - -
  • @@ -2710,6 +2716,47 @@ DOVECOT_INET_PROTOCOLS +
  • + +
  • + + MOVE_SPAM_TO_JUNK + + +
  • + + + + + + +
  • + + Rspamd + + +
  • - -
  • - - MOVE_SPAM_TO_JUNK - -
  • @@ -3437,30 +3477,6 @@

    Note: you probably want to set POSTFIX_INET_PROTOCOLS=ipv4 to make it work fine with Docker.

    TZ

    Set the timezone. If this variable is unset, the container runtime will try to detect the time using /etc/localtime, which you can alternatively mount into the container. The value of this variable must follow the pattern AREA/ZONE, i.e. of you want to use Germany's time zone, use Europe/Berlin. You can lookup all available timezones here.

    -
    ENABLE_RSPAMD
    -

    Enable or disable Rspamd.

    -
    -

    Current State

    -

    Rspamd-support is under active development. Be aware that breaking changes can happen at any time. To get more information, see the detailed documentation page for Rspamd.

    -
    - -
    ENABLE_RSPAMD_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)

    Note: More information at https://dovecot.org/doc/dovecot-example.conf

    +
    MOVE_SPAM_TO_JUNK
    +

    When enabled, e-mails marked with the

    +
      +
    1. X-Spam: Yes header added by Rspamd
    2. +
    3. X-Spam-Flag: YES header added by SpamAssassin (requires SPAMASSASSIN_SPAM_TO_INBOX=1)
    4. +
    +

    will be automatically moved to the Junk folder (with the help of a Sieve script).

    + +

    Rspamd

    +
    ENABLE_RSPAMD
    +

    Enable or disable Rspamd.

    +
    +

    Current State

    +

    Rspamd-support is under active development. Be aware that breaking changes can happen at any time. To get more information, see the detailed documentation page for Rspamd.

    +
    + +
    ENABLE_RSPAMD_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;
    +
    +
    + +
    RSPAMD_LEARN
    +

    When enabled,

    +
      +
    1. the "autolearning" feature is turned on;
    2. +
    3. the Bayes classifier will be trained when moving mails from or to the Junk folder (with the help of Sieve scripts).
    4. +
    +
    +

    Attention

    +

    As of now, the spam learning database is global (i.e. available to all users). If one user deliberately trains it with malicious data, then it will ruin your detection rate.

    +

    This feature is suitably only for users who can tell ham from spam and users that can be trusted.

    +
    +

    Reports

    PFLOGSUMM_TRIGGER

    Enables regular Postfix log summary ("pflogsumm") mail reports.

    @@ -3738,13 +3805,6 @@ If this is not set and reports are enabled with the old options, logrotate will
  • 0 => KAM disabled
  • 1 => KAM enabled
  • -
    MOVE_SPAM_TO_JUNK
    -

    Spam messages can be moved in the Junk folder. -Note: this setting needs SPAMASSASSIN_SPAM_TO_INBOX=1

    -
    SA_TAG