Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Wiki Markup
If you're using qmail (see [IntegratedInMta]), you can set up [SpamAssassin] through Qmail-Scanner, which has a patched version able to delete spam at a given threshold.  Here's the patched \[http://www.bec.at/support/qmail-scanner/ version\] and the \[http://qmail-scanner.sourceforge.net original\].

Wiki Markup
If you don't want the full Qmail-Scanner you can use \[http://www.cisu.net/files/mailparser.c Mailparser\] by Eric Bambach which is a very lightweight and very fast C program that drops any message with X-Spam-Flag: YES in the header. Rename /var/qmail/bin/qmail-queue to qmail-queue.orig and add it to the delivery queue after [SpamAssassin].

Example /var/qmail/bin/qmail-queue file

No Format

 #!/bin/bash
 /usr/bin/spamc | /var/qmail/bin/mailparser | /var/qmail/bin/qmail-queue.orig

Challenge-response and Email passwords

...