Views
Spam copied.
TODO:
- Integrate spamassassin with Mailman - http://www.jamesh.id.au/articles/mailman-spamassassin/
Spamassassin and procmail
Currently set up to check all incoming mail as spamassassin user
PATH=$HOME/bin:/usr/bin:/bin:/usr/local/bin:. MAILDIR=$HOME/Maildir/ DEFAULT=$MAILDIR/ :0fw | /usr/local/bin/spamc -u spamassassin -s 256000
If file less than 256K, check as user spamassassin
Postfix RBLs?
Currently blocks clients that are trying to send mail to this server if they're listed.
smtpd_recipient_restrictions =
permit_sasl_authenticated,
permit_mynetworks,
reject_rbl_client bl.spamcop.net,
reject_rbl_client sbl.spamhaus.org,
reject_unauth_destination
Other tools: * PostGrey? http://postgrey.schweikert.ch/ * Razor/Pyzor