From 98d9547608d00c38055a256aeee277f7826263dd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Aug 2023 08:43:45 +0000 Subject: [PATCH] deploy: f28fce9cc432f1f447bd963d9e54e44bcf2c27dd --- edge/config/environment/index.html | 20 +++++++ edge/config/security/rspamd/index.html | 1 + edge/search/search_index.json | 2 +- edge/sitemap.xml | 82 +++++++++++++------------- 4 files changed, 63 insertions(+), 42 deletions(-) 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.