Skip to content

ppp0/docker-smtp-proxy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 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

No description, website, or topics provided.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Shell 100.0%