Bugzilla undef error
From Foochal
[edit]
Error
Error occurs when bugzilla tries sending a mail. The following message is displayed to the user:
undef error - Can't open sendmail at /usr/perl5/5.6.1/lib/CGI/Carp.pm line 314
[edit]
Solution
If your sendmail binary is not at /usr/lib/sendmail, find it, and have a symlink from /usr/lib/sendmail to its actual location. The following code should work:
cd /usr/lib ln -s `which sendmail`

