Hi Robin,<br><br>Thanks for the response. <br><br>You mean to say install postfix and route mails from localhost to postfix? <br>In that case what would be KohaAdminEmailAddress?<br><br>Regards,<br>Somasekhar Rao K<br><br>
<div class="gmail_quote">2011/7/19 Robin Sheat <span dir="ltr">&lt;<a href="mailto:robin@catalyst.net.nz">robin@catalyst.net.nz</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Somasekhar Rao K schreef op ma 18-07-2011 om 12:29 [+0530]:<br>
<div class="im">&gt; 3. In Sendmail.pm, I have configured it as follows.   &#39;smtp&#39;    =&gt;<br>
&gt; [ qw( <a href="http://abc.com" target="_blank">abc.com</a> ) ],<br>
<br>
</div>I really think this is a terrible way to do this.<br>
<br>
Three concrete reasons, excluding the fact that it just feels wrong:<br>
<br>
* it will delay the queue process while it talks to the remote server to<br>
send messages. Depending on exactly how it works, this may cause<br>
duplicate messages, or just a piling up of delayed processes if there<br>
are network issues causing slowdown.<br>
* koha may not have proper failure handling, causing messages to get<br>
lost if there&#39;s a network glitch.<br>
* if you ever upgrade libmail-sendmail-perl, or whatever it is on your<br>
system, you&#39;ll have to redo this change.<br>
<br>
The way I&#39;d suggest instead is leave it default so that it sends via<br>
localhost, and have your local mail server (postfix or exim typically)<br>
forward it on where it needs to go. Mail servers are built with very<br>
smart error handling, queuing and so forth, also they allow you to have<br>
more complex rules about what goes where, should you want that.<br>
<font color="#888888"><br>
--<br>
Robin Sheat<br>
Catalyst IT Ltd.<br>
✆ +64 4 803 2204<br>
GPG: 5957 6D23 8B16 EFAB FEF8  7175 14D3 6485 A99C EB6D<br>
</font><br>_______________________________________________<br>
Koha mailing list  <a href="http://koha-community.org" target="_blank">http://koha-community.org</a><br>
<a href="mailto:Koha@lists.katipo.co.nz">Koha@lists.katipo.co.nz</a><br>
<a href="http://lists.katipo.co.nz/mailman/listinfo/koha" target="_blank">http://lists.katipo.co.nz/mailman/listinfo/koha</a><br>
<br></blockquote></div><br>