Re: [Koha] Koha emailing not working

2015-04-22 Thread reachsuriya
I segreagated the issue now. Koha is not taking Postfix Config to send mails. Postfix is working sepearately from Koha. Postfix configured with GMAIL SMTP works fine and i can see the email Headers with this smtp details. KOHA still points to my local Domain Server SMTP. This is confimred

Re: [Koha] Koha emailing not working

2015-04-22 Thread Larry Letelier
Just you need say to your koha+postfix(local) machine, that send/deliver the emails transported to/by the postfix+gmailconf machine. Look at the 'man 5 transport' on your koha+postfix(local) machine. -- El miércoles, 22 de abril de 2015, reachsuriya reachsur...@gmail.com escribió: I

Re: [Koha] Koha emailing not working

2015-04-21 Thread reachsuriya
Sorry.. its typo error.. 3.18.05.100 -- View this message in context: http://koha.1045719.n5.nabble.com/Koha-emailing-not-working-tp5836791p5836810.html Sent from the Koha-general mailing list archive at Nabble.com. ___ Koha mailing list

Re: [Koha] Koha emailing not working

2015-04-21 Thread Larry Letelier
Please Sir, Send us your $(cat main.cf | grep -v ^#). --Larry El martes, 21 de abril de 2015, reachsuriya reachsur...@gmail.com escribió: One update on this.. The mail can be sent to internal domain ids. Not External recipients. It means, the domain to which the Koha machine is there, the

Re: [Koha] Koha emailing not working

2015-04-21 Thread Jonathan Druart
2015-04-21 9:35 GMT+02:00 reachsuriya reachsur...@gmail.com: I have koha 4.18 version and trying to find a fix for Mailing through Koha Are you sure the version is 4.18? This version of Koha does not exist (yet). I want the patron to email his cart to any Mail id he prefers. So i am tring to

Re: [Koha] Koha emailing not working

2015-04-21 Thread reachsuriya
One update on this.. The mail can be sent to internal domain ids. Not External recipients. It means, the domain to which the Koha machine is there, the mail is getting delivered to that domain mail ids. But if i enter external id, it give error Bad recipient. Also the received mail is with

Re: [Koha] Koha emailing not working

2015-04-21 Thread reachsuriya
I hope this is postfix main.cf file? -- View this message in context: http://koha.1045719.n5.nabble.com/Koha-emailing-not-working-tp5836791p5836837.html Sent from the Koha-general mailing list archive at Nabble.com. ___ Koha mailing list

Re: [Koha] Koha emailing not working

2015-04-21 Thread reachsuriya
Hi this is my postfix Main.cf file smtpd_banner = $myhostname ESMTP $mail_name (Ubuntu) biff = no append_dot_mydomain = no readme_directory = no smtpd_tls_cert_file=/etc/ssl/certs/ssl-cert-snakeoil.pem smtpd_tls_key_file=/etc/ssl/private/ssl-cert-snakeoil.key smtp_use_tls=yes