Skip to content

rspamd/rspamd-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rspamd Docker image 📨 🐋

Basic usage

docker run -v rspamd_dbdir:/var/lib/rspamd -v rspamd_confdir:/etc/rspamd -ti rspamd/rspamd

Configuration

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.

Tags

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.8 latest stable release in 3.8 series
3.8.0 latest build of version 3.8.0
nightly unstable rolling release, built nightly
asan-latest, asan-3.8, asan-3.8.0, asan-nightly ASAN variants of images

Container orchestration

Examples for Docker Compose & Kubernetes are available in-repo.

Acknowledgements

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.