All Projects → decke → smtprelay

decke / smtprelay

Licence: MIT license
Simple Golang SMTP relay/proxy server

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to smtprelay

Macos Openvpn Server
macOS OpenVPN Server and Client Configuration (OpenVPN, Tunnelblick, PF)
Stars: ✭ 172 (-36.3%)
Mutual labels:  proxy-server
Unblockneteasemusic
Revive unavailable songs for Netease Cloud Music
Stars: ✭ 15,529 (+5651.48%)
Mutual labels:  proxy-server
Mallory
HTTP/HTTPS proxy over SSH
Stars: ✭ 251 (-7.04%)
Mutual labels:  proxy-server
Wenshu spider
🌈Wenshu_Spider-Scrapy框架爬取中国裁判文书网案件数据(2019-1-9最新版)
Stars: ✭ 177 (-34.44%)
Mutual labels:  proxy-server
Tor Socks Proxy
🐳 Tiny Docker(🤏 10MB) image as 🧅 Tor SOCKS5 proxy 🛡
Stars: ✭ 218 (-19.26%)
Mutual labels:  proxy-server
Qtgate Desktop Client
A revolutionary internet infrastructure enabling a truly free Network, that offers Stability, Trust, Privacy, and Security
Stars: ✭ 232 (-14.07%)
Mutual labels:  proxy-server
Psiphon
A multi-functional version of a popular network circumvention tool
Stars: ✭ 169 (-37.41%)
Mutual labels:  proxy-server
node-proxy
High performance HTTP and reverse proxy server based on Node.js. 基于 Node.js 的高性能 HTTP 及反向代理服务器,类似nginx。
Stars: ✭ 71 (-73.7%)
Mutual labels:  proxy-server
Proxybroker
Proxy [Finder | Checker | Server]. HTTP(S) & SOCKS 🎭
Stars: ✭ 2,767 (+924.81%)
Mutual labels:  proxy-server
Mongols
C++ high performance networking with TCP/UDP/RESP/HTTP/WebSocket protocols
Stars: ✭ 250 (-7.41%)
Mutual labels:  proxy-server
Killgrave
Simple way to generate mock servers written in Go
Stars: ✭ 180 (-33.33%)
Mutual labels:  proxy-server
Smartproxy
HTTP(S) Rotating Residential proxies - Code examples & General information
Stars: ✭ 205 (-24.07%)
Mutual labels:  proxy-server
Mubeng
An incredibly fast proxy checker & IP rotator with ease.
Stars: ✭ 234 (-13.33%)
Mutual labels:  proxy-server
Goproxy
🦁 goproxy is a proxy server which can forward http or https requests to remote servers./ goproxy 是一个反向代理服务器,支持转发 http/https 请求。
Stars: ✭ 175 (-35.19%)
Mutual labels:  proxy-server
forwardingproxy
A HTTP/S forwarding proxy in Go
Stars: ✭ 55 (-79.63%)
Mutual labels:  proxy-server
Proxyman
Modern and Delightful Web Debugging Proxy for macOS, iOS, and Android ⚡️
Stars: ✭ 2,571 (+852.22%)
Mutual labels:  proxy-server
Aws S3 Proxy
Reverse proxy for AWS S3 with basic authentication.
Stars: ✭ 227 (-15.93%)
Mutual labels:  proxy-server
C-Sharp-Proxy-Server
A proxy server built with c# can be both normal and MITM Proxy
Stars: ✭ 86 (-68.15%)
Mutual labels:  proxy-server
html2canvas-csharp-proxy
C# Proxy html2canvas (aspx)
Stars: ✭ 16 (-94.07%)
Mutual labels:  proxy-server
Oprah Proxy
Generate credentials for Opera's "browser VPN"
Stars: ✭ 245 (-9.26%)
Mutual labels:  proxy-server

smtprelay

Go Report Card

Simple Golang based SMTP relay/proxy server that accepts mail via SMTP and forwards it directly to another SMTP server.

Why another SMTP server?

Outgoing mails are usually send via SMTP to an MTA (Mail Transfer Agent) which is one of Postfix, Exim, Sendmail or OpenSMTPD on UNIX/Linux in most cases. You really don't want to setup and maintain any of those full blown kitchensinks yourself because they are complex, fragile and hard to configure.

My use case is simple. I need to send automatically generated mails from cron via msmtp/sSMTP/dma, mails from various services and network printers via a remote SMTP server without giving away my mail credentials to each device which produces mail.

Main features

  • Simple configuration with ini file .env file or environment variables
  • Supports SMTPS/TLS (465), STARTTLS (587) and unencrypted SMTP (25)
  • Checks for sender, receiver, client IP
  • Authentication support with file (LOGIN, PLAIN)
  • Enforce encryption for authentication
  • Forwards all mail to a smarthost (any SMTP server)
  • Small codebase
  • IPv6 support
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].