smtpprox
simple efficient SMTP proxy in perl
Install
- All systems
-
curl cmd.cat/smtpprox.sh
- Debian
-
apt-get install smtpprox
- Ubuntu
-
apt-get install smtpprox
- Kali Linux
-
apt-get install smtpprox
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install smtpprox
- Raspbian
-
apt-get install smtpprox
- Dockerfile
- dockerfile.run/smtpprox
smtpprox
simple efficient SMTP proxy in perl
smtpprox is a trivial transparent SMTP proxy, an SMTP server and client combination. The SMTP server writes the incoming message to a temporary file, which the SMTP client reads as the message to send. SMTP commands and replies are relayed without change for the most part. For efficiency reasons, it pre-forks and serves from a pool of servers, Apache-style.