A simple SES SMTP relay server. Use it to link to other containers to relay mail through SES
docker run -d \
--name smtp \
-e SES_SMTP_ENDPOINT=<SES SMTP endpoint. Default: email-smtp.us-east-1.amazonaws.com> \
-e AWS_ACCESS_KEY=<AWS Access Key for IAM User with SES permission> \
-e AWS_SECRET_KEY=<AWS Secret Key for IAM User with SES permission> \
-e DOMAIN=<SMTP Suffix Domain.> \
roclops/genesis-postfix:latest
Use the standard Roclops build process.
This will create a new build image and push to the Roclops Dockerhub repo. Running the build.sh creates/pushes the following tags:
<VERSION>.<TIMESTAMP><VERSION>latestFor example, if the VERSION file contains 1.2.3, then the following tags would be produced and pushed to the Dockerhub repo:
1.2.3.201701241033021.2.3latestContent type
Image
Digest
Size
22.6 MB
Last updated
over 5 years ago
docker pull roclops/genesis-postfix:1.1.0.20210315160402