Simple Golang SMTP relay/proxy server

Topics
#golang #proxy-server #smtp-server #smtp-relay #ssl #load-balancer

Bernhard Froehlich b610a38ff3 Repair totally broken STARTTLS and TLS listeners 6 years ago
LICENSE c707438ae8 Update MIT license template 6 years ago
README.md d07ba4c174 Update readme 6 years ago
go.mod 7b4a51d62c Initial commit 6 years ago
go.sum 7b4a51d62c Initial commit 6 years ago
main.go b55f5569b9 Repair totally broken STARTTLS and TLS listeners 6 years ago
smtp-proxy.ini ba30ddd83c Remove separate remote_port config value and add it to remote_host 6 years ago

README.md

smtp-proxy

Simple Go SMTP relay/proxy server that accepts mails via SMTP and forwards directly to another SMTP server.

Main features

  • STARTTLS/TLS support
  • IPv6 support
  • Forward to GMail, MailGun or any other SMTP server