Here's a walk through of how I got it installed. Hopefully this will help
someone else out.
Download just ProntoInstaller.PL
Create a directory and copy ProntoInstaller.pl Into it
as root; type "./ProntoInstaller.pl" (It should start the install)
It will then ask how do you want to install it. From tar or rpm? I selected
tar.
It will finish the install and you should be able to run the pronto.
Now once you try to send an email you will get an error......Date:: Manip
unable to determine timezone
find the file Manip.pm file, Mine was in /usr/lib/perl5/site_perl/5.06
edit this file with any editor....
goto line 95 and edit the follow line...
$conf ("tz")=" ",
inside the quotes put your timezone....mine is eastern so....
$conf("tz")="EST"
That should get you going =). I want to say thanks to all the people on this
list, and to Maher. This is a great email program. Keep up the good work.