Skip to content

Latest commit

 

History

History
59 lines (48 loc) · 3 KB

CHANGELOG.md

File metadata and controls

59 lines (48 loc) · 3 KB

1.0.5

  • docker Use alpine:3.21 (rspamd:3.10.2 clamav:1.4.1 redis:7.2.5).

1.0.4

  • docker Use alpine:3.20 (rspamd:3.8.4 clamav:1.2.2 redis:7.2.5).

1.0.3

  • docker Use alpine:3.19 (rspamd:3.8.1 clamav:1.2.2 redis:7.2.4).
  • demo Remove obsolete element version in docker-compose.yml.

1.0.2

  • docker Use alpine:3.19 (rspamd:3.7.4 clamav:1.2.1 redis:7.2.3).
  • docker Improve debug message in docker-service.sh.
  • test Wait for rspamd to open its ipc socket before sending test messages.

1.0.1

  • docker Use alpine:3.18 (rspamd:3.6 clamav:1.1.0 redis:7.0.12).
  • test Now use the mariadb-show instead of mysqlshow command in MariaDB image.

1.0.0

  • docker Use alpine:3.18 (rspamd:3.5 clamav:1.1.0 redis:7.0.11).
  • github Now use GitHub Actions to test image.
  • demo Now depend on the docker-compose-plugin.
  • demo Fix the broken -diff target.
  • docker Add a build-all target for compatibility with multistage builds.
  • docker Make sure to merge rspamd.conf.docker in rspamd.conf.
  • repo Based on mlan/postfix-amavis.
  • repo Described approach for configure Rspamd using environment variables.
  • repo Now use DKIM_DOMAIN instead of MAIL_DOMAIN .
  • repo A selection of Rspamd modules are configured using environment variables is described.
  • repo Describe the rspamd web interface.
  • repo Don't advertize multistage builds yet.
  • repo Now use functions in bld.mk.
  • repo Cleaned up dependencies for travis.
  • rspamd Consolidate configuration into rspamd.conf.docker.
  • rspamd Correcting worker configuration in rspamd.conf.docker.
  • rspamd Configure Rspamd using environment variables.
  • rspamd Cleaned up rspamd.conf.docker.
  • rspamd Fixed rspamd_setup_dkim().
  • rspamd Fixed rspamd_monitor_spamd().
  • test Rspamd test suite arranged.
  • test Monitor logs to determine when clamd is activated.
  • test Don't advertize multistage builds yet.
  • test Added Bayes initialization.
  • test Updated dist to jammy.
  • demo Start migration to rspamd.
  • demo Now use FLT_ instead of FILT_.
  • demo Demo now use Rspamd environment variables.
  • demo Monitor logs to determine when clamd is activated.
  • demo Now use flt instead of filt.
  • demo Added flt-test_rand, flt-config.
  • demo Added - DKIM_DOMAIN=${MAIL_DOMAIN-example.com}.
  • demo Fixed target mta-edh.