RSPAMD is disabled, even if I enable it

Issue #965 new
Tob S. created an issue

My Docker Command:

docker run -d \
    --net=host \
    --restart=always \
    -e TZ=Europe/xxx\
    -e "HTTPS=OFF" \
    -e "HTTP_PORT=5555" \
    -e "DISABLE_CLAMAV=TRUE" \
    -e "DISABLE_RSPAMD=FALSE" \
    -e "DISABLE_ROUNDCUBE=TRUE" \
    -v /opt/docker/posteo:/data \
    -v /etc/localtime:/etc/localtime:ro \
    --name "mailserver" \
    -h "mail.xxx.com" \
    -t analogic/poste.i

Result:

Version:

Version 2.3.10 FREE # 1984

Comments (2)

  1. SH repo owner

    Just try remove line: -e "DISABLE_RSPAMD=FALSE"

    It should work, handling bools in startup scripts are somewhat “simplified”

  2. Log in to comment