Software:qpsmtpd

From HandWiki

qpsmtpd
Developer(s)Ask Bjørn Hansen
Stable release
0.96 / February 17, 2016; 7 years ago (2016-02-17)[1]
Written inPerl
Operating systemUnix
Typeopen-source, Mail transfer agent
LicenseMIT license
Websitehttps://smtpd.github.io/qpsmtpd/

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". It has a flexible plugin system, making it easy to 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 earlytalker plugin blocks many viruses and mass mailers based on their characteristic violation of basic protocol, even before they start sending mail data.

The program's main author is Ask Bjørn Hansen. It is licensed under the MIT License.

Qpsmtpd Plugins

A defining virtue of qpsmtpd is its plugin system and collection of plugins. In addition to basic plugins qpsmtpd has a suite of additional plugins that provide integration with external mail filters and processors as well as implementations of many email technologies. The following list is just a few of the many qpsmtpd plugins.

Name Description
GeoIP[2] Use GeoIP databases to report geographic information about incoming connections, including distance in km. Assign negative karma from senders that are "too far" away.
p0f[3] p0f uses TCP fingerprint info to identify the senders Operating System, network distance, and more.
karma[4] sender history. Treat senders differently based on message heuristics and sending history.
dnsbl[5] DNS blacklists
earlytalker[6] Assure the client doesn't talk before we send the SMTP banner
helo[7] validate the HELO or EHLO message presented by the sender
auth:*[8] plugins for user authentication include vpopmail, checkpassword, flat_file, and ldap
SPF[9] Sender Policy Framework
greylisting[10] temporary deferrals for unknown senders
headers[11] message header validation
URIBL[12] scan message content for blacklisted URLs
Domainkeys[13] validate domainkeys signatures on incoming mail
DKIM[14] validate DKIM signatures and DKIM sign outgoing messages
DMARC[15] implements the draft DMARC specification for email authentication
SpamAssassin[16] the venerable spam detector
dspam[17] DSPAM is a bayesian anti-spam filter optimized for speed.[18]
AntiVirus[19] A collection of plugins for AVE, Bitdefender, ClamAV, hbevd, Sophie, and uvscan
FCrDNS[20] validate sender has FCrDNS configured
  1. "Releases". https://github.com/smtpd/qpsmtpd/releases. 
  2. Simerson, Matt. "GeoIP plugin". https://github.com/smtpd/qpsmtpd/blob/master/plugins/ident/geoip. 
  3. Spier, Robert. "p0f plugin". github. https://github.com/smtpd/qpsmtpd/blob/master/plugins/ident/p0f. 
  4. "Karma plugin". GitHub. https://github.com/smtpd/qpsmtpd/blob/master/plugins/karma. 
  5. "DNSBL plugin". GitHub. https://github.com/smtpd/qpsmtpd/blob/master/plugins/dnsbl. 
  6. Carraway, Devin. "Earlytalker plugin". GitHub. https://github.com/smtpd/qpsmtpd/blob/master/plugins/earlytalker. 
  7. simerson, matt. "HELO plugin". GitHub. https://github.com/smtpd/qpsmtpd/blob/master/plugins/helo. 
  8. "QP Authentication plugins". GitHub. qpsmtpd. https://github.com/smtpd/qpsmtpd/tree/master/plugins/auth. 
  9. Sergeant, Matt. "QP SPF plugin". GitHub. qpsmtpd. https://github.com/smtpd/qpsmtpd/blob/master/plugins/sender_permitted_from. 
  10. Carr, Gavin. "QP greylisting plugin". GitHub. qpsmtpd. https://github.com/smtpd/qpsmtpd/blob/master/plugins/greylisting. 
  11. Simerson, Matt. "QP headers plugin". GitHub. qpsmtpd. https://github.com/smtpd/qpsmtpd/blob/master/plugins/headers. 
  12. Devin, Carraway. "QP URIBL plugin". GitHub. qpsmtpd. https://github.com/smtpd/qpsmtpd/blob/master/plugins/uribl. 
  13. Peacock, John. "QP Domainkeys plugin". GitHub. qpsmtpd. https://github.com/smtpd/qpsmtpd/blob/master/plugins/domainkeys. 
  14. Simerson, Matt. "QP DKIM plugin". GitHub. qpsmtpd. https://github.com/smtpd/qpsmtpd/blob/master/plugins/dkim. 
  15. Simerson, Matt. "QP dmarc plugin". GitHub. qpsmtpd. https://github.com/smtpd/qpsmtpd/blob/master/plugins/dmarc. 
  16. "QP spamassassin plugin". GitHub. qpsmtpd. https://github.com/smtpd/qpsmtpd/blob/master/plugins/spamassassin. 
  17. Simerson, Matt. "QP dspam plugin". GitHub. qpsmtpd. https://github.com/smtpd/qpsmtpd/blob/master/plugins/dspam. 
  18. "Dspam web site". sourceforge. http://sourceforge.net/apps/mediawiki/dspam/index.php?title=Main_Page. 
  19. "QP anti-virus plugins". GitHub. qpsmtpd. https://github.com/smtpd/qpsmtpd/tree/master/plugins/virus. 
  20. Simerson, Matt. "QP FCrDNS plugin". GitHub. qpsmtpd. https://github.com/smtpd/qpsmtpd/blob/master/plugins/fcrdns. 

See also

Further reading

External links