Skip to content

codexdevelopment-it/smtp-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

smtp-proxy

This repo contains a simple smtp proxy, used originally by our team to bypass the shitty new Digital Ocean policy to block smtp outbound ports. This should be placed on a server that has the outbound SMTP port opened and can receive SMTP packets on any other inbound port.

Testing

On the blocked machine you can run

swaks --to test@gmail.com,test2@gmail.com \
      --from info@sender-mail.org \
      --server <proxy-machine-ip>:<proxy-machine-port> \
      --data "Subject: FUCK DIGITAL OCEAN\n\nBody of the mail"

Security

Note that the proxy receives without authentication by default for simplicity. Make sure the two machines are on a VPN and other ports are blocked by a firewall!

About

FU digitalocean ;)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published