Simple Golang SMTP relay/proxy server

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

Bernhard Froehlich 057d49fc93 Allow remote authentication to be optional 6 年之前
LICENSE c707438ae8 Update MIT license template 6 年之前
README.md d07ba4c174 Update readme 6 年之前
go.mod 7b4a51d62c Initial commit 6 年之前
go.sum 7b4a51d62c Initial commit 6 年之前
main.go a70b148821 Allow remote authentication to be optional 6 年之前
smtp-proxy.ini ba30ddd83c Remove separate remote_port config value and add it to remote_host 6 年之前

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