You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by Apache Wiki <wi...@apache.org> on 2011/02/21 20:08:01 UTC

[Spamassassin Wiki] Update of "IntegratedSpamdInPostfix" by Darxus

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Spamassassin Wiki" for change notification.

The "IntegratedSpamdInPostfix" page has been changed by Darxus.
The comment on this change is: Don't use due to causing backscatter.
http://wiki.apache.org/spamassassin/IntegratedSpamdInPostfix?action=diff&rev1=30&rev2=31

--------------------------------------------------

  = Integrating SpamAssassin into Postfix using spamd =
+ 
+ = This should never be used =
+ 
+ This causes [[VBounceRuleset|backscatter]] so it should no longer be used.  Look in the examples folder included with SpamAssassin for better options, like procmail.
  
  The easiest way to integrate postfix and spamassassin is to use spamd in an [[http://www.postfix.org/FILTER_README.html|after-queue]] inspection. This configuration does not allow rejecting messages within the SMTP transaction, so it unfortunately contributes to backscatter email. On the other hand, it has important performance advantages over [[http://www.postfix.org/SMTPD_PROXY_README.html|before-queue]] inspection.