Re: [Koha-devel] [koha] mail configuraiton help

2010-10-01 Thread Nitesh Rijal
thanks... I have installed postfix in my koha box... its host name is kohamail.healthnet.org.np when I use #mailx nit...@healthnet.org.np it has errors to send the mail, the log has some error messages, moreover, how is the email address managed? I guess it will be like "a...@kohamail.healthn

Re: [Koha-devel] [koha] mail configuraiton help

2010-10-01 Thread Joe Atzberger
You still need something to get messages from the Koha server to your other mailserver. In all cases, the simplest way to accomplish that is w/ a mailserver on the Koha box. It can be configured such that it doesn't connect to any other systems, but only to your other mailserver. --Joe 2010/10/

Re: [Koha-devel] [koha] mail configuraiton help

2010-10-01 Thread Mike Hafen
I'm afraid I can't help much. I have set my server with the postfix mail package, and set relayhost to outbound.washk12.org. C4::Letters uses the Mail::Sendmail module, which uses the mail package installed on the server (postfix in my case, which provides a sendmail like wrapper). What I can't

Re: [Koha-devel] [koha] mail configuraiton help

2010-10-01 Thread Nitesh Rijal
Thanks, I was wondering whether it is possible to use koha server in one server and use existing mail server from another server. So, if possible, please guide me through the steps. Regards. On Thu, Sep 30, 2010 at 8:05 PM, Mike Hafen wrote: > Koha relies a lot on the mail functions of the serv