Skip to content

cargomedia/docker-smtp-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

docker 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:

docker build -t cargomedia/smtp-proxy .

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

About

Docker image to run HAProxy for proxying SMTP.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages