Greetings Have managed to install koha and had all the Cron Jobs set however how do configure sendmail so as the machine can be able to send overdue mail and other notices Stephen kiarie *****************************************************************************>The information contained in this communication is confidential and > may be legally privileged. It is intended solely for the use of the > individual or entity to whom it is addressed and others authorised to > receive it. If you are not the intended recipient you are hereby > notified that any disclosure, copying, distribution or taking action > in reliance of the contents of this information is strictly prohibited > and may be unlawful. I am neither liable for the proper and > complete transmission of the information contained in this > communication nor any delay in its receipt.> ****************************************************************************** --- On Tue, 5/17/11, koha-request@lists.katipo.co.nz <koha-request@lists.katipo.co.nz> wrote: From: koha-request@lists.katipo.co.nz <koha-request@lists.katipo.co.nz> Subject: Koha Digest, Vol 67, Issue 53 To: koha@lists.katipo.co.nz Date: Tuesday, May 17, 2011, 5:00 PM Send Koha mailing list submissions to koha@lists.katipo.co.nz To subscribe or unsubscribe via the World Wide Web, visit http://lists.katipo.co.nz/mailman/listinfo/koha or, via email, send a message with subject or body 'help' to koha-request@lists.katipo.co.nz You can reach the person managing the list at koha-owner@lists.katipo.co.nz When replying, please edit your Subject line so it is more specific than "Re: Contents of Koha digest..." Today's Topics: 1. Re: encoding problem with Armenian records (Chris Cormack) 2. Trapped Holds = No Holds Allowed (Lesley Kimball) 3. Koha - holds for specific copy - OPACItemHolds (Linda Culberson) 4. Re: Koha - holds for specific copy - OPACItemHolds (Chris Cormack) 5. Re: Library Automation System at University of Guyana, Berbice Campus... (Nicole Engard) ---------------------------------------------------------------------- Message: 1 Date: Wed, 18 May 2011 08:47:33 +1200 From: Chris Cormack <chris@bigballofwax.co.nz> Subject: Re: [Koha] encoding problem with Armenian records To: tigran@flib.sci.am Cc: Koha Mailing List <koha@lists.katipo.co.nz> Message-ID: <BANLkTikcnGkUaDysaH-AnuMqy0TH9U-vjQ@mail.gmail.com> Content-Type: text/plain; charset=UTF-8 2011/5/17 Tigran Zargaryan <tigran@flib.sci.am>:
Hi List, working with 3.4 cataloging, retrieval, display of bibliogrpahic records in Armenian is going fine. In OPAC mode for Armenian records search and retrieval are working fine (Fig.1). After record display, when clicking on any terms from the Subject(s) (fig2), not correct codes are displayed (Fig3). These symbols are not having any relation to Armenian letters. The same is displayed upon stopping mouse on the Author or subjects (see Fig4). Any ideas?
Hi Tigran I would file a bug at bugs.koha-community.org it is most likely something to do with trying html escape the url, or something similair. Chris ------------------------------ Message: 2 Date: Tue, 17 May 2011 17:46:23 -0400 From: "Lesley Kimball" <wigginml@comcast.net> Subject: [Koha] Trapped Holds = No Holds Allowed To: <Koha@lists.katipo.co.nz> Message-ID: <01bb01cc14db$dde1d520$99a57f60$@net> Content-Type: text/plain; charset="us-ascii" Hi everyone, We've only been using production mode since late April and today we "discovered" a strange phenomenon. Titles that we only have 1 copy/item of that have the status of being a trapped hold (waiting), show as "no holds allowed" when you search for them in a general way that produces a list of records (as opposed to searching for it by barcode). So, if the item "Uncoupling" by Meg Wolitzer (which we only own one copy of) is trapped & waiting to be picked up, if we do a search in either the staff client or the OPAC for "Wolitzer" -- a list of her books comes up and each one has the link below it to place a hold except for the one that is trapped (Uncoupling) and that one says "no holds allowed". You can place a hold on it in other ways (through checking the box and then clicking place hold, or in staff client by bringing up the item and placing a hold directly). So, we can get around it, but it is unlikely that most of our patrons using the OPAC will go any farther than seeing "no holds allowed." Has anyone else dealt with this? Lesley Kimball ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ You see, I don't believe that libraries should be drab places where people sit in silence, and that's been the main reason for our policy of employing wild animals as librarians. -- Monty Python, "Gorilla Librarian" sketch ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Lesley Kimball Director Wiggin Memorial Library Stratham, NH <mailto:Director@WigginML.org> Director@WigginML.org
Steve Kiarie asked:
Have managed to install koha and had all the Cron Jobs set however how do configure sendmail so as the machine can be able to send overdue mail and other notices
It depends on what mail transport agent (MTA) is actually installed. It doesn't need to be sendmail itself (postfix or exim4 are easier, some others may be even easier than those) but it does need to listen to localhost:25 because - despite the name - Mail::Sendmail uses SMTP not sendmail. (At least the last time I checked.) So, check the instructions for your operating system or MTA. Hope that helps, -- MJ Ray (slef), member of www.software.coop, a for-more-than-profit co-op. http://koha-community.org supporter, web and LMS developer, statistician. In My Opinion Only: see http://mjr.towers.org.uk/email.html Available for hire for Koha work http://www.software.coop/products/koha
participants (2)
-
MJ Ray -
Steve Kiarie