Setting up SpamAssassin at Bardicgrove

To get basic SpamAssassin coverage on your account, create the following two files in your home directory (/home/username):

.procmailrc

MAILDIR=$HOME/Maildir/
DEFAULT=$HOME/Maildir/
INCLUDERC=/etc/mail/spamassassin/spamassassin-spamc.rc
and

.forward

|/usr/bin/procmail
Or, if you want to be lazy (because I like to, I make the option available to others...), copy and paste the following lines into a command window:
echo 'MAILDIR=$HOME/Maildir/' >> ~/.procmailrc
echo 'DEFAULT=$HOME/Maildir/' >> ~/.procmailrc
echo 'INCLUDERC=/etc/mail/spamassassin/spamassassin-spamc.rc' >> ~/.procmailrc
echo '|/usr/bin/procmail' >> ~/.forward
Note that you should immediately attempt to send yourself a message, and if it does not reach your inbox within fifteen seconds, delete the .forward file and contact Tykeal or Dez.

Home

I welcome comments, suggestions, and quotes. Address them to me. I'll respond to everyone, because your comments are appreciated.


Maintained By: The Well-Beloved Bard (dez@bardicgrove.org).
Contact Info: I'll be wherever I'm needed most.
Last Update: 24-Apr-2004