Re: [Koha-devel] Overdue Notice problems

2009-11-23 Thread Michael Hafen
Yes, you have sendmail installed, or some software that provides a sendmail like interface. There should be something in '/var/spool/' where the outgoing mail is kept until it is sent. Possibilities include exim, postfix, nullmailer, sendmail, and others. If you find emails in a folder there it

Re: [Koha-devel] Overdue Notice problems

2009-11-22 Thread nitesh rijal
This is what I get when issue " #locate sendmail" */usr/lib/sendmail* > > */usr/lib/evolution-data-server-1.2/camel-providers-11/libcamelsendmail.so >> * > > * >> /usr/lib/evolution-data-server-1.2/camel-providers-11/libcamelsendmail.urls >> * > > */usr/sbin/sendmail* > > */usr/share/doc/libmail-

Re: [Koha-devel] Overdue Notice problems

2009-11-22 Thread nitesh rijal
I have done that already. I can easily send and receive mails using my Evolution Mail. It is enough to send overdue emails to patrons as well??? Or is there something else I need to do or install. Please Help. Thank you. On Sun, Nov 22, 2009 at 10:00 PM, Jesse wrote: > > > 2009/11/22 nitesh r

Re: [Koha-devel] Overdue Notice problems

2009-11-22 Thread Jesse
2009/11/22 nitesh rijal > Thanks for that link. It was helpful. > > I did make the rules for a branch other than the default branch. Now the > script does not show any error message. But the mail is not dispatched > either. The templates are all looking good and so is the crontab. I think I > am

Re: [Koha-devel] Overdue Notice problems

2009-11-22 Thread nitesh rijal
Thanks for that link. It was helpful. I did make the rules for a branch other than the default branch. Now the script does not show any error message. But the mail is not dispatched either. The templates are all looking good and so is the crontab. I think I am having a problem with the mail protoc

[Koha-devel] Overdue Notice problems

2009-11-21 Thread nitesh rijal
I have recently set up overdue notices for any overdues in the library. But when I run overdue_notices.pl manually it gives me the following error *No branches with active overduerules at ./overdue_notices.pl line 262.* Can anyone here help me abt this problem.I didn't understand what