docker run -v rspamd_dbdir:/var/lib/rspamd -v rspamd_confdir:/etc/rspamd -ti rspamd/rspamd
In this build upstream config files are installed in /usr/share/rspamd/config
allowing /etc/rspamd
to contain only local configuration.
Volumes or bind mounts should be used for the /var/lib/rspamd
directory and optionally for /etc/rspamd
. If bind mounts are used, the /var/lib/rspamd
directory should be writable by 11333:11333
on the host machine.
Version numbers below are for illustration only & may not reflect latest release, refer to repo tags for actual latest Rspamd version (or use latest
tag).
tag | description |
---|---|
latest | latest stable release |
3.9 | latest stable release in 3.9 series |
3.9.0 | latest build of version 3.9.0 |
nightly | unstable rolling release, built nightly |
asan-latest, asan-3.9, asan-3.9.0, asan-nightly | ASAN variants of images |
Examples for Docker Compose & Kubernetes are available in-repo.
The Fasttext language identification model used in this image is distributed under the Creative Commons Attribution-Share-Alike License 3.0.
Rspamd is released under version 2.0 of the Apache license, see debian/copyright for a full list of applicable licenses.