qpsmtpd Plugins

Introduction

qpsmtpd is a pluggable and highly configurable SMTP daemon used with the qmail MTA, or as an SMTP proxy in front of other MTAs (e.g. sendmail, postfix, etc.)

Plugins

The following are qpsmtpd plugins written by Gavin Carr of Open Fusion:

   # both the following plugins update a spam_score transaction note
   uribl action note:spam_score=3.5
   spamassassin_spamc spam_report always 
   # handler rejects the mail if spam_score >= 15, and redirects if spam_score >= 5
   handler note spam_score reject_threshold 15 redirect_threshold 5 redirect_recipient spam
   

Other Plugins

Other sources of qpsmtpd plugins: