Docker image containing nullmailer - a small and simple replacement MTA
3.7K
This image contains nullmailer on Alpine Linux. The compile and build instructions were taken from vimagick/dockerfiles
Nullmailer is a sendmail/qmail/etc replacement MTA for hosts which relay to a fixed set of smart relays. It is designed to be simple to configure, secure, and easily extendable.
This image can be simply configured using a few Environment variables
NULLMAILER_DEFAULT_DOMAIN: Defines the default domain, i.e. the domain of the relay. Defaults to localhost.lanNULLMAILER_HELO: Changes the host to be send during the HELO command. Defaults to NULLMAILER_DEFAULT_DOMAINNULLMAILER_PAUSETIME: Time in seconds to wait between send attempts. Defaults to 30NULLMAILER_REMOTE: Remote Smart-MTAs. Defaults to the dockerhost with port 25.Simply run docker build -t nullmailer .
Content type
Image
Digest
Size
5.2 MB
Last updated
about 8 years ago
docker pull freakybytes/nullmailer