qpsmtpd-forkserver
Flexible SMTP daemon for network-level spam detection
Install
- All systems
-
curl cmd.cat/qpsmtpd-forkserver.sh
- Debian
-
apt-get install qpsmtpd
- Ubuntu
-
apt-get install qpsmtpd
- Kali Linux
-
apt-get install qpsmtpd
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install qpsmtpd
- Raspbian
-
apt-get install qpsmtpd
- Dockerfile
- dockerfile.run/qpsmtpd-forkserver
qpsmtpd
Flexible SMTP daemon for network-level spam detection
This is a replacement SMTP daemon which installs alongside a mail delivery and transport system such as Exim, Postfix or Qmail, or used as an SMTP proxy for a remote/DMZ MTA. The qpsmtpd damon emphasizes spam detection during the SMTP transaction, attempting to reach spam/nonspam decisions prior to accepting each message, thereby eliminating much bounce/forgery blowback. It exploits its visbility into the network transaction to detect certain behaviors often exhibited by spam sending agents. Qpsmtpd is written in Perl, with an extensive plugin API making it easy to add new features or replace functional components.