Install mail-toaster
From The Network People, Inc.
Download the latest released Mail Toaster.
mkdir -p /usr/local/src cd /usr/local/src fetch http://mail-toaster.org/Mail-Toaster.tar.gz
Once downloaded, extract the archive and install it much like you would any other perl module.
tar -xzf Mail-Toaster.tar.gz cd Mail-Toaster-N-NN perl Makefile.PL make test make install
Documentation for the modules being called by toaster_setup.pl, toaster_watcher.pl, maillogs, and index.cgi are all installed in Perl's pod format (perldoc Mail::Toaster) as well as being available online.
Tip: once your toaster is fully installed, you can run "make test" and it will run quite a few more tests and should succeed with no errors.
