cargomedia/docker-smtp-proxy

Name: docker-smtp-proxy

Owner: Cargo Media

Description: Docker image to run HAProxy for proxying SMTP.

Created: 2018-01-23 12:56:32.0

Updated: 2018-04-12 15:50:34.0

Pushed: 2018-04-12 15:50:33.0

Homepage:

Size: 6

Language: Shell

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

docker-smtp-proxy

Docker image to run HAProxy for proxying SMTP.

Build Status Docker Hub

Usage

Proxy SMTP from localhost:25000 to example.com:25:

er run -p 25000:25000 -e SMTP_DESTINATION='example.com:25' cargomedia/smtp-proxy

The server exposes a health check at /healthz on port 8888.

Development

Build the image:

er build -t cargomedia/smtp-proxy .

The image will be pushed to Docker Hub by the travis build.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.