Skip to main content
Version: 3.11.2

Rspamd Packages

Docker logo Docker

An official docker image is available at rspamd/rspamd on Dockerhub, with sources on GitHub. This is a recommended way to run Rspamd.

In this build, upstream config files are installed in /usr/share/rspamd/config, allowing /etc/rspamd to contain only local configuration.

This build provides a language identification model to enable language detection using fasttext, distributed under version 3.0 of the Creative Commons Attribution-Share-Alike License.

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.

The root directory may be set read-only for added security at the cost of being less tactile for the administrator.

Basic usage:

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

A Docker compose example is available in the source repo.