Exim 4 specifically configured to act as an outgoing SMTP service. Bounces
go a local directory in /var/spool/exim4/bounces.
ALLOWED_HOSTS
; separated list of allowed senders. 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.
docker run -p 4444:25 -v /tmp/exim:/var/spool/exim4 -e PRIMARY_HOST=example.org -e ALLOWED_HOSTS="194.168.59.1/16" elsdoerfer/exim-sender
/var/spool/exim4
Content type
Image
Digest
sha256:ab2c7f311…
Size
72.6 MB
Last updated
over 5 years ago
docker pull elsdoerfer/exim-sender