Sign inSign up

rickw/debian-exim-send

By rickw

Updated over 8 years ago

Image
2

6.2K

rickw/debian-exim-send repository overview

Exim 4 specifically configured to act as an outgoing SMTP service. Based on Debian Jessie.

Environment variables

ALLOWED_HOSTS list of allowed senders, separated by semicolon. Used within an Exim hostlist, may include networks (192.168.23.0/24 ; my.friend.example).

PRIMARY_HOST Exim's primary_hostname setting; you should also be able to specify a hostname for your Docker container instead.

Example

docker run -d -p 4444:25 -e PRIMARY_HOST=example.org -e ALLOWED_HOSTS="*" rickw/debian-exim-send

Thanks

This Docker container is based on miracle2k's exim-sender (GitHub or Docker Hub).

Tag summary

Content type

Image

Digest

sha256:be9cd6650

Size

64.6 MB

Last updated

over 8 years ago

docker pull rickw/debian-exim-send