roclops/genesis-postfix

By roclops

Updated over 5 years ago

Artifact
Image
0

1M+

roclops/genesis-postfix repository overview

Roclops | Genesis | Postfix

roclops/genesis-postfix

A simple SES SMTP relay server. Use it to link to other containers to relay mail through SES

Running

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

Usage

  • Link to container and set link hostname as SMTP hostname

Building

Use the standard Roclops build process.

  • Set VERSION file to the new version.
  • Run "sh build.sh"

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>
  • latest

For 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.20170124103302
  • 1.2.3
  • latest

Tag summary

Content type

Image

Digest

Size

22.6 MB

Last updated

over 5 years ago

docker pull roclops/genesis-postfix:1.1.0.20210315160402