Dear community, Our Fundamental library mail server and koha located on different servers. Such mail server we use sendmail program on linux ubuntu 12.04 and (we have mail account kohaflib@flib.sci.am) We use Koha 3.12.05 Tarball on Ubuntu 12.04. We want to use our mail server for sending notices to Koha patrons . How can we configure Koha to send email? Best regards, Araik
Hi, On Thu, Mar 13, 2014 at 5:56 PM, Araik Manukyan <araik@flib.sci.am> wrote:
Such mail server we use sendmail program on linux ubuntu 12.04 and (we have mail account kohaflib@flib.sci.am) <snipped> How can we configure Koha to send email?
Short answer - use nullmailer on your koha box to relay the mail generated to your mail server. Have a look at http://lists.katipo.co.nz/public/koha/2010-February/022474.html that should help you out. if not solved, give a shout. cheers -- Indranil Das Gupta Phone : +91-98300-20971 Blog : http://indradg.randomink.org/blog IRC : indradg on irc://irc.freenode.net Twitter : indradg -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-=-=- Please exchange editable Office documents only in ODF Format. No other format is acceptable. Support Open Standards. For a free editor supporting ODF, please visit LibreOffice - http://www.documentfoundation.org
On Thu, Mar 13, 2014 at 9:26 AM, Araik Manukyan <araik@flib.sci.am> wrote:
Dear community,
Our Fundamental library mail server and koha located on different servers.
Such mail server we use sendmail program on linux ubuntu 12.04 and (we have mail account kohaflib@flib.sci.am)
We use Koha 3.12.05 Tarball on Ubuntu 12.04.
We want to use our mail server for sending notices to Koha patrons .
How can we configure Koha to send email?
Tweak this file: /usr/share/perl5/Mail/Sendmail.pm with your email server instead of 'localhost'. Regards To+ -- Tomás Cohen Arazi Prosecretaría de Informática Universidad Nacional de Córdoba ✆ +54 351 4333190 ext 13168 GPG: B76C 6E7C 2D80 551A C765 E225 0A27 2EA1 B2F3 C15F
Araik Manukyan schreef op do 13-03-2014 om 16:26 [+0400]:
How can we configure Koha to send email?
Install postfix (sudo apt-get install postfix). It'll ask you some questions, one of which is about a smarthost (or a relayhost.) Give it the address of your mail server. Now Koha will send mail using its local postfix system, and that'll relay everything on to your real mail server. -- Robin Sheat Catalyst IT Ltd. ✆ +64 4 803 2204 GPG: 5FA7 4B49 1E4D CAA4 4C38 8505 77F5 B724 F871 3BDF
participants (4)
-
Araik Manukyan -
Indranil Das Gupta -
Robin Sheat -
Tomas Cohen Arazi