Sign inSign up

goabout/exim-mandrill

By goabout

Updated over 10 years ago

Docker image for a mailer that uses Exim for sending mail through Mandrill

Image
0

600

goabout/exim-mandrill repository overview

Go About Mailer Docker image

This is the Git repo of the Go About Docker image for a mailer that uses Exim for sending mail through Mandrill.

Usage

docker run -e mandrill_username=USERNAME -e mandrill_api_key=API_KEY goabout/exim-mandrill

Variables

The images uses jcassee/parameterized-entrypoint for parameterization. The following variables are available:

  • hostname: The mailer hostname. If unset, the container hostname is used.
  • domain: Used to force a sender domain. If an outgoing message has a sender address with a different domain, it will be substituted by "fallback_user+original_user%original_domain@domain". If unset, no rewriting will take place.
  • fallback_user: The user (local part) used for substituted senders. Default: "root"
  • mandrill_username: The Mandrill account username.
  • mandrill_api_key: The Mandrill account API key.

Tag summary

Content type

Image

Digest

Size

14.4 MB

Last updated

almost 11 years ago

docker pull goabout/exim-mandrill