diff --git a/edge/config/environment/index.html b/edge/config/environment/index.html index 098e20af..ffb2bb93 100644 --- a/edge/config/environment/index.html +++ b/edge/config/environment/index.html @@ -532,6 +532,13 @@ TZ + + +
  • + + ENABLE_RSPAMD + +
  • @@ -2417,6 +2424,13 @@ TZ +
  • + +
  • + + ENABLE_RSPAMD + +
  • @@ -3339,6 +3353,21 @@

    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
    +
    +

    Current State

    +

    Rspamd-support is under active development. Be aware that breaking changes can happen at any time. Moreover, you will currently need to adjust Postfix's configuration yourself if you want to use Rspamd; you may use user-patches.sh.

    +

    You will need to add Rspamd to the smtpd_milters in Postfix's main.cf. This can easily be done with sed: sed -i -E 's|^(smtpd_milters = .*)|\1,inet:localhost:11332|g' /etc/postfix/main.cf. Moreover, have a look at the integration of Rspamd into Postfx. You will need to provide additional configuration files at the moment (to /etc/rspamd/local.d/) to make Rspamd run in milter-mode.

    +
    +
    +

    Rspamd and DNS Block Lists

    +

    When you use Rspamd, you might want to use the RBL module. If you do, make sure your DNS resolver is set up correctly (i.e. it should be a non-public recursive resolver). Otherwise, you might not be able to make use of the block lists.

    +
    +

    Enable or disable Rspamd.

    +
    ENABLE_AMAVIS

    Amavis content filter (used for ClamAV & SpamAssassin)