First, I followed the install steps for Spamassassin and simply reversed them to uninstall the application. rpm -e will uninstall the actual applications once you have restored the configuration files.
I downloaded the most recent copy of mailwasher from their site
http://internap.dl.sourceforge.net/sourceforge/mailwasher/mailwasher-2.1.9-noldap.bin
It's a bin file (executable) but you have to type
chmod -777 mailwasher-2.1.9-noldap.bin
to let you execute it after you download it.
then you simply type
./mailwasher-2.1.9-noldap.bin
and it should go through the setup....couldn't be any easier.
You can use the LDAP or the noldap version. Basically, if you get the LDAP version you can simply turn it off and let it create the accounts for you.
Then followed the Wiki step by step.
http://www.scalix.com/wiki/index.php?title=HowTos/Mailwasher
***I skipped the loglevel=debug step, why because the log file get REALLY big really fast if you get a lot of SPAM. You can always turn it on if something messes up.
Finally, after you've let it run for a day or two you will want to turn off the auto account creation. Go back and delete all of the bogus accounts and create any accounts it missed.
I would recommend giving the default accounts access to system statistics.....it gives them the pretty user interface with the change password link. My users simply liked it better and I didn't have to hack the interface to give them a change password button. Who really cares if they can see the stats anyway, who knows, they might actually start believing you for a change.
Last step....your Web interface will crash a lot....I mean a lot....at least mine did. Something about the system doesn't like the manual creation and deleting of accounts...they know about it. After I was sure that everyone had started getting used to the system....
I stopped mwi and mpd (in that order)...
ssh'ed into the system....
deleted all quarantined_email files....I think there are 5...
then started mpd and mwi (in that order)
Things haven't crashed since.....YEAH...knock on wood.
These are your friends...use them.
service mwserver-mwi.sh start
service mwserver-mwi.sh stop
service mwserver-mpd.sh start
service mwserver-mpd.sh stop
Hey let me know how it goes and if this was helpful or not