├── README.md ├── latest └── stretch ├── Dockerfile └── docker-entrypoint.sh /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BytemarkHosting/docker-smtp/HEAD/README.md -------------------------------------------------------------------------------- /latest: -------------------------------------------------------------------------------- 1 | stretch -------------------------------------------------------------------------------- /stretch/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BytemarkHosting/docker-smtp/HEAD/stretch/Dockerfile -------------------------------------------------------------------------------- /stretch/docker-entrypoint.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BytemarkHosting/docker-smtp/HEAD/stretch/docker-entrypoint.sh --------------------------------------------------------------------------------