diff --git a/edge/config/environment/index.html b/edge/config/environment/index.html index 86758d99..b944c51a 100644 --- a/edge/config/environment/index.html +++ b/edge/config/environment/index.html @@ -793,6 +793,13 @@ ENABLE_RSPAMD_REDIS + + +
  • + + RSPAMD_CHECK_AUTHENTICATED + +
  • @@ -2752,6 +2759,13 @@ ENABLE_RSPAMD_REDIS +
  • + +
  • + + RSPAMD_CHECK_AUTHENTICATED + +
  • @@ -3773,6 +3787,12 @@ expand_keys = true;
  • 0 => Disabled
  • 1 => Enabled
  • +
    RSPAMD_CHECK_AUTHENTICATED
    +

    This settings controls whether checks should be performed on emails coming from authenticated users (i.e. most likely outgoing emails). The default value is 0 in order to align better with SpamAssassin. We recommend reading through the Rspamd documentation on scanning outbound emails though to decide for yourself whether you need and want this feature.

    +
    RSPAMD_GREYLISTING

    Controls whether the Rspamd Greylisting module is enabled. This module can further assist in avoiding spam emails by greylisting e-mails with a certain spam score.