qpsmtpd
From Wikipedia, the free encyclopedia
qpsmtpd | |
---|---|
Developed by | Ask Bjørn Hansen |
Latest release | 0.40 / June 11, 2007 |
OS | Unix |
Genre | open source, Mail transfer agent |
License | MIT license |
Website | http://smtpd.develooper.com/ |
qpsmtpd is an SMTP daemon written in Perl. It was originally designed to be a drop-in replacement for qmail-smtpd, the SMTP component of qmail, and it is now also compatible with Postfix, Exim, sendmail and virtually any software that "speaks SMTP". With its flexible plugin system it's easy to make it interoperate with other pieces in a mail system.
Its main purpose is to allow mail administrators to perform more advanced spam filtering than is possible with other SMTP daemons. As one example of dozens, the check_earlytalker module blocks many viruses and mass mailers based on their characteristic violation of basic protocol, even before they start sending actual mail data.
The program's main author is Ask Bjørn Hansen. It is licensed under the MIT License.
[edit] See also
- Anti-Spam SMTP Proxy (a similar project)