Environment :
Operating System: Redhat RHEL5
MT: MT5
Dedicated virtural server (our own server, not a virtualised server from an ISP)
We are evaluating MT on one of our servers to determing if MT is the right product for us. The products looks very powerful, however we are having a few teething problems in getting the system to work with sendmail.
Reviewing 'System Information' under 'System Overview >Tools > System Information', sendmail is not operationg with MT and the following message is returned:
Mail::Sendmail
This module is required for sending mail via SMTP Server.
Your server does not have Mail::Sendmail installed, or Mail::Sendmail requires another module that is not installed. Please consult the installation instructions for help in installing Mail::Sendmail. Details:
Can't locate Mail/Sendmail.pm in @INC (@INC contains: /var/www/cgi-bin/mt/plugins/zemanta/lib /var/www/cgi-bin/mt/plugins/Textile/lib /var/www/cgi-bin/mt/plugins/spamlookup/lib /var/www/cgi-bin/mt/plugins/TypePadAntiSpam/lib /var/www/cgi-bin/mt/plugins/WXRImporter/lib /var/www/cgi-bin/mt/plugins/StyleCatcher/lib /var/www/cgi-bin/mt/plugins/WidgetManager/lib /var/www/cgi-bin/mt/plugins/MultiBlog/lib plugins/zemanta/lib plugins/Textile/lib plugins/spamlookup/lib plugins/TypePadAntiSpam/lib plugins/WXRImporter/lib plugins/StyleCatcher/lib plugins/WidgetManager/lib plugins/MultiBlog/lib /var/www/cgi-bin/mt/extlib /var/www/cgi-bin/mt/extlib /var/www/cgi-bin/mt/lib /usr/lib64/perl5/site_perl/5.8.8/x86_64-linux-thread-multi /usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl /usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.8 /usr/lib/perl5/vendor_perl /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi /usr/lib/perl5/5.8.8 .) at (eval 278) line 1.
BEGIN failed--compilation aborted at (eval 278) line 1.
Sendmail is installed on the server and is found under the following paths:
/var/lock/subsys/sendmail
/usr/lib/sendmail
/usr/share/doc/sendmail
/usr/share/logwatch/scripts/services/sendmail
/usr/sbin/sendmail
/etc/rc.d/init.d/sendmail
/etc/sysconfig/sendmail
I have manually added the following path to mt-config.cgi:
MailTransfer sendmail
SendMailPath /usr/sbin/sendmail
Can someone please help to resolve the problem?
Reported on Movable Type 5

I'm also learning this,can you help me?
That means you have a missing Perl package. I don't know which RPM corresponds to Mail::Sendmail, but it shouldn't be too hard to find. You should be just one more RPM away from getting it working.
Thanks Mike.
I'm using the Redhat perl RPM, which doesn't appear to have MT::Sendmail.
I had naively thought that Mail::Sendmail was the same as Sendmail, the mail service that ships with Redhat Enterprise Linux. I've found the perl version on the CPAN website.
Thank you for pointing me in the right direction.
Regards