docker-spamassassin icon indicating copy to clipboard operation
docker-spamassassin copied to clipboard

SpamAssassin as a Docker image

Results 6 docker-spamassassin issues
Sort by recently updated
recently updated
newest added

I updated the O/S to Debian buster-slim, and the version of SpamAssassin to 3.4.2.

Forward SIGTERM to all the processes running in the container, then exit. Resolves #4

The `ADD` instruction allows adding multiple files at once. Especially for those small scripts there is no real need for multiple `COPY`/`ADD` instructions causing the creation of an additional layer...

When attempting to shutdown the spamassessin container, it takes the timeout time until the container stops because the `SIGTERM` signal is not processed by all processes in the container. This...

First thank you for crafting this image. We've been using it for a while without problems until recently, when it started to stop itself quite quickly: ``` $ docker run...

Hi, how should I configure spamassassin in the container for that: i have a server with two interfaces, one connected to router Internet, and the other connected to my personal...