Hello, When trying to add a patron, i get an error screen which reads like... can't find an executable sendmail at /usr/share/koha/lib/C4/Letters.pm line 21 and so on. i was assuming i'd just use postfix in place of sendmail, but it looks like this module needs sendmail and only sendmail. Is that right? The error disappears when i install sendmail. i wanted to think twice before installing sendmail on my internet server, because of its known vulnerabilities. Some more information: this error appears irrespective of whether i have "AutoEmailOpacUser" preference turned on.. Thanks and regards, krishnan mani Pune, India Unlimited freedom, unlimited storage. Get it now, on http://help.yahoo.com/l/in/yahoo/mail/yahoomail/tools/tools-08.html/
Krishnan Mani wrote:
When trying to add a patron, i get an error screen which reads like...
|can't find an executable sendmail at /usr/share/koha/lib/C4/Letters.pm line 21
and so on. |
i was assuming i'd just use postfix in place of sendmail, but it looks like this module needs sendmail and only sendmail. Is that right?
Correct. The Letters.pm module uses MIME::Lite which in turn *might* call on the services of sendmail. The Letter.pm modules itself uses Mail::Sendmail to send the mail instead of the sendmail program, so sendmail should not be required. Sounds like an unintended consequence of installing MIME::Lite. Perhaps there is a configuration option in MIME::Lite that can change the default outgoing email program to something else, like postfix.
The error disappears when i install sendmail.
i wanted to think twice before installing sendmail on my internet server, because of its known vulnerabilities. Some more information:
The vulnerabilities for the most part (?) concern using sendmail as an mail server. Don't run sendmail as an incoming mail server and I think your chances of an exploit are astronomically reduced. You (or Koha) can just use it to send emails, not receive them. cheers rickw -- ________________________________________________________________ Rick Welykochy || Praxis Services || Internet Driving Instructor Traditionally, most of Australia's imports come from overseas. -- Keppel Enderbery
What version of Koha are you using? The current 3.1 code uses Mail::Sendmail, which according to this FAQ does not require the command line executable "sendmail": http://alma.ch/perl/Mail-Sendmail-FAQ.html#sendmail --Joe Atzberger On Thu, Sep 18, 2008 at 7:22 AM, Krishnan Mani <krishnanm75@yahoo.com>wrote:
Hello,
When trying to add a patron, i get an error screen which reads like...
can't find an executable sendmail at /usr/share/koha/lib/C4/Letters.pm line 21
and so on.
i was assuming i'd just use postfix in place of sendmail, but it looks like this module needs sendmail and only sendmail. Is that right?
The error disappears when i install sendmail.
i wanted to think twice before installing sendmail on my internet server, because of its known vulnerabilities. Some more information: this error appears irrespective of whether i have "AutoEmailOpacUser"*<https://209.20.87.88/cgi-bin/koha/admin/systempreferences.pl?op=add_form&searchfield=AutoEmailOpacUser> * preference turned on.
Thanks and regards,
krishnan mani Pune, India ------------------------------ Connect with friends all over the world. Get Yahoo! India Messenger.<http://in.rd.yahoo.com/tagline_messenger_1/*http://in.messenger.yahoo.com/?wm=n/>
_______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
participants (3)
-
Joe Atzberger -
Krishnan Mani -
Rick Welykochy