A SpamAssassin docker container running on Alpine Linux.
10K+
A SpamAssassin v4 docker container running on Alpine Linux.
This image is designed to listen on port 783 for third-party integration, and is not a full-featured spam solution. It was created primarily for integration with Mailpit.
By default all DNS checks are disabled to vastly improve performance, however all DNS checks can be
enabled by adding the DNS_CHECKS=1 environment variable.
Spam rules are automatically updated daily and on startup.
docker run -d \
-p 783:783 \
--name spamassassin \
axllent/spamassassin
To enable DNS tests:
docker run -d \
-p 783:783 \
-e DNS_CHECKS=1 \
--name spamassassin \
axllent/spamassassin
Content type
Image
Digest
sha256:9bea39389…
Size
24 MB
Last updated
about 2 months ago
docker pull axllent/spamassassin