twofour adaption which includes additional tags for version stability
1.1K
Mail forwarding from custom domain to, for example, gmail.
Image is based on alpine:3.5 linux and the resulting size is around 60 MB.
To generate docker image execute from root directory:
docker build -t local/mail .
After that a new image should be available in your local docker repository as local/mail.
You need to provide few variables when creating a container:
Whole command could like this:
docker run -d -p 25:25 -e HOSTNAME=awesome-server.somedomain.com -e "DOMAINS=example.com somedomain.com" -e "[email protected] [email protected]\[email protected] [email protected]\n" --name mail local/mail
Content type
Image
Digest
Size
17.7 MB
Last updated
about 8 years ago
docker pull twofour/postfix-forwarding