Amavis is an open source content filter for mail. Use this image to check spam and virus in mail.
$ docker run -d \
-e DOMAIN=example.com \
-e POSTFIX_HOST=postfix \
-e CLAMAV_HOST=clamav \
-v amavis:/var/lib/amavis \
vednil/amavis sh -c 'sa-update.sh & amavisd-new foreground'
Note: This image run with custom command to update SpamAssassin rules every day.
Note: Share a directory /var/lib/amavis with ClamAV to check incoming mail. This image don't include ClamAV (e.g. use vednil/clamav image).
DOMAINMail domain.
POSTFIX_HOSTPostfix IP address or DNS name.
CLAMAV_HOSTClamAV IP address or DNS name.
Content type
Image
Digest
Size
122.7 MB
Last updated
over 4 years ago
docker pull vednil/amavis