Sign inSign up

vednil/amavis

By vednil

•Updated over 4 years ago

Amavis is a content filter for mail.

Image
0

10K+

vednil/amavis repository overview

⁠Quick reference

⁠What is it?

Amavis is an open source content filter for mail. Use this image to check spam and virus in mail.

⁠How to use this image

$ 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).

⁠Environment Variables

⁠DOMAIN

Mail domain.

⁠POSTFIX_HOST

Postfix IP address or DNS name.

⁠CLAMAV_HOST

ClamAV IP address or DNS name.

Tag summary

Content type

Image

Digest

Size

122.7 MB

Last updated

over 4 years ago

docker pull vednil/amavis