<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" version="2.0">

<channel>
	<title>Domino, Email, Spam and IT Related</title>
	
	<link>http://www.indomino.net/blog</link>
	<description>My Passion about Lotus Notes, Domino, Email and IT Related</description>
	<lastBuildDate>Sat, 03 Oct 2009 15:21:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/indomino/BFUr" type="application/rss+xml" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
		<title>Evaluate, the bridge between Lotus Script and @Formula</title>
		<link>http://www.indomino.net/blog/2009/10/03/evaluate-the-bridge-between-lotus-script-and-formula/</link>
		<comments>http://www.indomino.net/blog/2009/10/03/evaluate-the-bridge-between-lotus-script-and-formula/#comments</comments>
		<pubDate>Sat, 03 Oct 2009 15:21:41 +0000</pubDate>
		<dc:creator>bfebrian</dc:creator>
				<category><![CDATA[Lotus Notes and Domino]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[evaluate]]></category>
		<category><![CDATA[formula]]></category>
		<category><![CDATA[lotus-domino]]></category>
		<category><![CDATA[lotus-notes]]></category>
		<category><![CDATA[lotus-script]]></category>

		<guid isPermaLink="false">http://www.indomino.net/blog/2009/10/03/evaluate-the-bridge-between-lotus-script-and-formula/</guid>
		<description><![CDATA[In lotus notes programming, I usually use Formula for simple program and Lotus Script for more complex program. I try to avoid many lines of Formula, because it difficult to read and not structured.
But, Formula have many method that Lotus Script do not have, like @Implode and @Explode. Even we can write our ownLotus Script function [...]]]></description>
			<content:encoded><![CDATA[<p>In lotus notes programming, I usually use Formula for simple program and Lotus Script for more complex program. I try to avoid many lines of Formula, because it difficult to read and not structured.</p>
<p>But, Formula have many method that Lotus Script do not have, like @Implode and @Explode. Even we can write our ownLotus Script function to do that, it just a waste of time and energy.</p>
<p>But, we have Evaluate in Lotus Script.</p>
<p>Evaluate  function is one of many of my favorite functions, because it able to run Formula and than pass the result of that Formula intoLotus Script variable (variant).</p>
<p>This is the syntax of Evaluate</p>
<blockquote><p>variant = notesSession.Evaluate( formula$, doc )</p></blockquote>
<p>We can use Evaluate function to pass the result from any kind of Formula,  from simple formula like @UserName to more complex formula like @Implode.</p>
<p>Recently, I use Evaluate in my program, to shorten the length of theLotus Script.</p>
<p>I need to calculate the difference in days between two date, but only in business days ( so saturday and sunday will not be counted also holidays).</p>
<p>Formula already have the function to calculate that, so I don&#8217;t need to create another lengthly Lotus Scriptfunction just to calculate that. I use the formula instead, so I need the Evaluate function.</p>
<p>varDay=Evaluate(&#8221;@BusinessDays(@Date(datFinal);@Date(@Now);1;datPublicHoliday)&#8221;,doc)</p>
<p>Remember that Evaluate function return value is variant.</p>
<p>With Evaluate, Formula and Lotus Script can coexist together.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/indomino/BFUr?a=9sHhACCXpw0:IoWqptr-rus:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/indomino/BFUr?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/indomino/BFUr?a=9sHhACCXpw0:IoWqptr-rus:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/indomino/BFUr?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/indomino/BFUr?a=9sHhACCXpw0:IoWqptr-rus:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/indomino/BFUr?i=9sHhACCXpw0:IoWqptr-rus:V_sGLiPBpWU" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.indomino.net/blog/2009/10/03/evaluate-the-bridge-between-lotus-script-and-formula/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Send email notification with LotusScript</title>
		<link>http://www.indomino.net/blog/2009/09/16/send-email-notification-with-lotusscript/</link>
		<comments>http://www.indomino.net/blog/2009/09/16/send-email-notification-with-lotusscript/#comments</comments>
		<pubDate>Wed, 16 Sep 2009 13:28:57 +0000</pubDate>
		<dc:creator>bfebrian</dc:creator>
				<category><![CDATA[Lotus Notes and Domino]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[email-notification]]></category>
		<category><![CDATA[lotus-domino]]></category>
		<category><![CDATA[lotus-notes]]></category>
		<category><![CDATA[lotus-script]]></category>
		<category><![CDATA[workflow]]></category>

		<guid isPermaLink="false">http://www.indomino.net/blog/?p=154</guid>
		<description><![CDATA[Lotus Notes and Domino is not only  about email, it&#8217;s more than that. One of it&#8217;s feature it workflow, where people can create workflow application faster an d easier than any other application out there.
One of the important thing in workflow is email notification, to let users know that they have one job to do, [...]]]></description>
			<content:encoded><![CDATA[<p>Lotus Notes and Domino is not only  about email, it&#8217;s more than that. One of it&#8217;s feature it workflow, where people can create workflow application faster an d easier than any other application out there.</p>
<p>One of the important thing in workflow is email notification, to let users know that they have one job to do, or just simply notification.</p>
<p>Example,  if a staff create a leave request and when he or she submit the request, his or her manager will get an email notification about the request.</p>
<p>I have this one of my favorite sub program to create an email notification, well I named it &#8220;CreateEmailNotification&#8221; <img src='http://www.indomino.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  .</p>
<p>If you like, you can use it for free. Just copy the sub program in one or new Script Library.</p>
<p>This is the sub program.</p>
<p>=====Start of Sub Program<br />
Sub CreateMailNotification(doc As notesdocument, strSendTo As Variant, strSubject As String, strCopyTo As Variant)</p>
<p>Dim session As notessession<br />
Dim db As notesdatabase<br />
Dim docMail As notesdocument<br />
Dim rtitem As Variant</p>
<p>Set db = doc.parentdatabase<br />
Set session = db.Parent<br />
Set docMail=db.createdocument<br />
Set rtitem=docMail.CreateRichTextItem(&#8221;Body&#8221;)</p>
<p>If strSendTo(0)=&#8221;" Then Exit Sub</p>
<p>&#8216;=====set mail<br />
docMail.Form = &#8220;Memo&#8221;<br />
docMail.From = session.UserName<br />
docMail.Principle = session.UserName<br />
docMail.SendTo = strSendTo</p>
<p>If Isarray(strCopyTo) Then<br />
If strCopyTo(0)&lt;&gt;&#8221;" Then<br />
docMail.CopyTo = strCopyTo<br />
End If<br />
Else<br />
If strCopyTo&lt;&gt;&#8221;" Then<br />
docMail.CopyTo = strCopyTo<br />
End If<br />
End If</p>
<p>docMail.Recipients = strSendTo<br />
docMail.Subject = strSubject<br />
docMail.PostedDate = Now</p>
<p>&#8216;=====set body field<br />
Call rtitem.AppendText(&#8221;Please click this doclink to see more details about the status &#8221; + &#8221; &#8220;)<br />
Call rtitem.AppendDocLink( doc, &#8220;click to open document&#8221;)<br />
Call rtitem.AddNewLine( 2 )</p>
<p>&#8216;=====send mail<br />
Call docMail.send(False)<br />
End Sub<br />
=====End of Sub Program</p>
<p>Feel free to do some modification if necessary.</p>
<p>You can call it from any lotusscript with simple line like this.</p>
<p>call Call CreateMailNotification (doc, doc.nmSendTo, strSubject,doc.nmCopyTo)</p>
<p>Don&#8217;t forget to put use &#8220;Script Libary Name&#8221; first.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/indomino/BFUr?a=gXQPSOmKL08:FTuTKOV4lrU:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/indomino/BFUr?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/indomino/BFUr?a=gXQPSOmKL08:FTuTKOV4lrU:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/indomino/BFUr?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/indomino/BFUr?a=gXQPSOmKL08:FTuTKOV4lrU:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/indomino/BFUr?i=gXQPSOmKL08:FTuTKOV4lrU:V_sGLiPBpWU" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.indomino.net/blog/2009/09/16/send-email-notification-with-lotusscript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Problem when try to install Symantec Endpoint Protection</title>
		<link>http://www.indomino.net/blog/2009/08/19/problem-when-try-to-install-symantec-endpoint-protection/</link>
		<comments>http://www.indomino.net/blog/2009/08/19/problem-when-try-to-install-symantec-endpoint-protection/#comments</comments>
		<pubDate>Wed, 19 Aug 2009 08:40:31 +0000</pubDate>
		<dc:creator>bfebrian</dc:creator>
				<category><![CDATA[Security Related]]></category>
		<category><![CDATA[microsoft windows]]></category>
		<category><![CDATA[pending-system-changes]]></category>
		<category><![CDATA[regedit]]></category>
		<category><![CDATA[symantec]]></category>
		<category><![CDATA[symantec-endpoint-protection]]></category>
		<category><![CDATA[symantec-endpoint-security]]></category>

		<guid isPermaLink="false">http://www.indomino.net/blog/?p=151</guid>
		<description><![CDATA[Now I&#8217;m in the process to migrate all anti virus clients to Symantec EndPoint Protection.
I&#8217;m very well aware of all Symantec Anti Virus Products, specially that I used to use Symantec Anti Virus Corporate Edition (now called Symantec EndPoint Protection) .  The best thing that I like from Symantec that even though many people complains [...]]]></description>
			<content:encoded><![CDATA[<p>Now I&#8217;m in the process to migrate all anti virus clients to Symantec EndPoint Protection.</p>
<p>I&#8217;m very well aware of all Symantec Anti Virus Products, specially that I used to use Symantec Anti Virus Corporate Edition (now called Symantec EndPoint Protection) .  The best thing that I like from Symantec that even though many people complains that Symantec Anti Viruses are very slow (and I agree ) but it very stable.</p>
<p>And talking about viruses, I prefer slow but accurate rather that fast but there are many viruses still slip away.</p>
<p>But, after many successful installation of Symantec EndPoint Protection, I failed in one computer, with the error message.</p>
<blockquote><p>symantec endpoint protection has <strong><em>detected</em></strong> that there are pending system changes that require a reboot</p></blockquote>
<p>After search the net, it&#8217;s not Symantec problem, actually more than Microsoft problems.</p>
<p>The solution is quite simple.</p>
<p>Open regedit (you should know where and how to run regedit <img src='http://www.indomino.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  ), find the value PendingFileRenameOperations, then delete all the data.</p>
<p>The data should be like this:</p>
<blockquote><p>\??\source file<br />
!\??\target file</p></blockquote>
<p>After you delete the data, now you can continue to install Symantec EndPoint Protection without anymore problem.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/indomino/BFUr?a=6-FtCRgWuWs:BSXvhAjZE70:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/indomino/BFUr?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/indomino/BFUr?a=6-FtCRgWuWs:BSXvhAjZE70:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/indomino/BFUr?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/indomino/BFUr?a=6-FtCRgWuWs:BSXvhAjZE70:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/indomino/BFUr?i=6-FtCRgWuWs:BSXvhAjZE70:V_sGLiPBpWU" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.indomino.net/blog/2009/08/19/problem-when-try-to-install-symantec-endpoint-protection/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>New features in Lotus Notes 8.5 (A very quick review)</title>
		<link>http://www.indomino.net/blog/2009/06/18/new-features-in-lotus-notes-85-a-very-quick-review/</link>
		<comments>http://www.indomino.net/blog/2009/06/18/new-features-in-lotus-notes-85-a-very-quick-review/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 04:40:39 +0000</pubDate>
		<dc:creator>bfebrian</dc:creator>
				<category><![CDATA[Lotus Notes and Domino]]></category>
		<category><![CDATA[lotus-notes]]></category>
		<category><![CDATA[lotus-notes-8]]></category>
		<category><![CDATA[new features]]></category>
		<category><![CDATA[signature]]></category>

		<guid isPermaLink="false">http://www.indomino.net/blog/?p=147</guid>
		<description><![CDATA[I just got my copy of Lotus Notes 8.5, and this is just a quick look on what new and interesting features in the new lotus notes 8.5 client.
This is just a quick look, so don&#8217;t expect a full review of lotus notes 8.5 client.  
New signature
Now users can create a more beautiful signature [...]]]></description>
			<content:encoded><![CDATA[<p>I just got my copy of Lotus Notes 8.5, and this is just a quick look on what new and interesting features in the new lotus notes 8.5 client.</p>
<p>This is just a quick look, so don&#8217;t expect a full review of lotus notes 8.5 client. <img src='http://www.indomino.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><strong>New signature</strong></p>
<p>Now users can create a more beautiful signature rather than text only signature or user have to create a html file. Users can create a colorful signature or even attach a picture.</p>
<p><a href="http://farm4.static.flickr.com/3127/3635350072_92329115ff.jpg"><img class="alignnone" src="http://farm4.static.flickr.com/3127/3635350072_92329115ff.jpg" alt="" width="500" height="460" /></a></p>
<p><strong>Export Contact</strong></p>
<p>Now users can export their contact into csv or vcf file.  It will be easier for users to copy their contacts to others email clients.</p>
<p><a href="http://farm4.static.flickr.com/3301/3634538727_d5e8fc59d1.jpg"><img class="alignnone" src="http://farm4.static.flickr.com/3301/3634538727_d5e8fc59d1.jpg" alt="" width="357" height="371" /></a></p>
<p><strong>Default email, calendar and contact</strong></p>
<p>After we finished install and configure lotus notes 8.5 client, it will ask if we want to setup lotus notes as our default email, calendar and contact program. Before it will only ask for default email program.</p>
<p><strong>New Right Click</strong></p>
<p>Lotus Notes 8.5 have a new right click menu, and much more cleaner and nicer than the lotus notes 8.02.</p>
<p><a href="http://farm4.static.flickr.com/3353/3639970045_7838aeb81f.jpg"><img class="alignnone" src="http://farm4.static.flickr.com/3353/3639970045_7838aeb81f.jpg" alt="" width="500" height="262" /></a></p>
<p>Those three new features that I quickly recognize after I setup the lotus notes 8.5 client. I will added more in this post, if I have found more features.</p>
<p>Have fun with the new Lotus Notes 8.5 client.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/indomino/BFUr?a=-HHwDbMDBpg:kDDknndIjUA:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/indomino/BFUr?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/indomino/BFUr?a=-HHwDbMDBpg:kDDknndIjUA:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/indomino/BFUr?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/indomino/BFUr?a=-HHwDbMDBpg:kDDknndIjUA:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/indomino/BFUr?i=-HHwDbMDBpg:kDDknndIjUA:V_sGLiPBpWU" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.indomino.net/blog/2009/06/18/new-features-in-lotus-notes-85-a-very-quick-review/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why we need to upgrade to Lotus Notes and Domino 8.5?</title>
		<link>http://www.indomino.net/blog/2009/06/11/why-we-need-to-upgrade-to-lotus-notes-and-domino-85/</link>
		<comments>http://www.indomino.net/blog/2009/06/11/why-we-need-to-upgrade-to-lotus-notes-and-domino-85/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 09:33:13 +0000</pubDate>
		<dc:creator>bfebrian</dc:creator>
				<category><![CDATA[Lotus Notes and Domino]]></category>
		<category><![CDATA[daos]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[lotus-domino-8]]></category>
		<category><![CDATA[lotus-notes]]></category>
		<category><![CDATA[lotus-notes-8]]></category>
		<category><![CDATA[migrate]]></category>
		<category><![CDATA[notes-id-vault]]></category>
		<category><![CDATA[notes-shared-login]]></category>

		<guid isPermaLink="false">http://www.indomino.net/blog/?p=143</guid>
		<description><![CDATA[IBM already released the new Lotus Notes and Domino 8.5. Now we have the question, should we or should we not upgrade our lotus notes and domino (specially domino) to version8.5?
What are the benefits if we upgrade our lotus notes and domino?
Are there any new feature(s) that we can use?
You can learn all the features [...]]]></description>
			<content:encoded><![CDATA[<p>IBM already released the new Lotus Notes and Domino 8.5. Now we have the question, should we or should we not upgrade our lotus notes and domino (specially domino) to version8.5?</p>
<p>What are the benefits if we upgrade our lotus notes and domino?</p>
<p>Are there any new feature(s) that we can use?</p>
<p>You can learn all the features in Lotus Notes and Domino 8.5 in <a href="http://www-10.lotus.com/ldd/nd85forum.nsf/Customer/a2725372ae9549eb85257458006074cb?OpenDocument&amp;ExpandSection=1%2C2#_Section1" target="_blank">here</a>, and these are the features that I really like.</p>
<p><strong>Lotus Domino Attachment and Object Services (</strong><strong>DAOS)</strong></p>
<p>For me, as lotus domino administrator, where I have many GB&#8217;s mailboxes tha full of attachments, are really a life saving. If only lotus domino 8.5 only have DAOS as the only new feature, I still like to upgrade.</p>
<blockquote><p>&#8220;In databases that use DAOS, Lotus Domino no longer stores an attachment within the document itself. Instead, the DAOS-enabled server saves a single copy of the attachment in the DAOS repository and replaces the attachment with a reference to that DAOS object. If an attachment exists in multiple databases, the attachment is stored only once per server partition, and the reference counts are increased. Therefore, when an attached file is sent to multiple users on the same server, disk space usage is substantially reduced. As impressive as the reduction in disk space can be, there is an even greater potential cost savings associated with DAOS. DAOS can store attachments on a different device than the Lotus Notes databases themselves. In our internal email performance benchmark, DAOS accounts for less than 2 percent of the overall I/O (see the real-world examples that follow). Because of this separation, DAOS can use lower-cost disks without affecting overall response times.&#8221;</p></blockquote>
<p>so, if someone send an email with 2 MB of attachment to 10 people, without DAOS it will cost you 20 MB space in the server. With DAOS, it will only cost you 2 MB space in the server.</p>
<p>For short, DAOS will reduce the need of bigger disks and less time to backup. <img src='http://www.indomino.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>You can learn more about DAOS in <a href="http://www.ibm.com/developerworks/lotus/library/notes85-daos/" target="_blank">here.</a></p>
<p><strong>Notes ID Vault</strong></p>
<p>I&#8217;m using Escrow Agent to mail all notes id to an mail-in database. So I always have the backup of notes id file for my users. Also I also save a physical file of notes id in safe places. Therefore if users forget their notes id password, or simply loose it, I always have the copy available.</p>
<p>With Lotus Notes and Domino 8.5, they have the new feature called Notes ID Vault. Where not only administrator able to recover lost notes id file, but the users also able to reset their own passwords.</p>
<p><a href="http://publib.boulder.ibm.com/infocenter/domhelp/v8r0/index.jsp?topic=/com.ibm.help.domino.admin85.doc/DOC/H_DOMINO_ID_VAULT_STEPS.html" target="_blank">The benefits of using an ID vault include</a>:</p>
<ul class="bullet">
<li>The ability for authorized personnel to change (reset) passwords on IDs stored in a vault when users forget them, without access to the ID files or the vault</li>
<li>Support for the use of a custom application to reset passwords</li>
<li>Easy recovery of lost or damaged user IDs</li>
<li>Automatic synchronization of multiple ID copies</li>
<li>No user involvement during ID renames</li>
<li>No user involvement during ID key rollover</li>
</ul>
<p><strong>Notes Shared Login</strong></p>
<p>Before Lotus Notes 8.5, we have what we called Notes Single Login, but this new feature should be more secure than Notes Single Login.</p>
<p>But, I still like the simple enter your password dialog box, rather than trusting my password for automatic login.</p>
<p>There are many interesting new features in lotus notes and domino 8.5 like lotus domino designer now run on top of eclipse, XPages etc. But what I like the most is the DAOS, it really a break through on how lotus domino stores they attachments.</p>
<p>And I think, upgrade to Lotus notes and Domino 8.5 is worthed.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/indomino/BFUr?a=y6K_5JgaJtU:iD0Wj4ajrUg:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/indomino/BFUr?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/indomino/BFUr?a=y6K_5JgaJtU:iD0Wj4ajrUg:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/indomino/BFUr?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/indomino/BFUr?a=y6K_5JgaJtU:iD0Wj4ajrUg:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/indomino/BFUr?i=y6K_5JgaJtU:iD0Wj4ajrUg:V_sGLiPBpWU" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.indomino.net/blog/2009/06/11/why-we-need-to-upgrade-to-lotus-notes-and-domino-85/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>About Lotus Foundation</title>
		<link>http://www.indomino.net/blog/2009/02/28/about-lotus-foundation/</link>
		<comments>http://www.indomino.net/blog/2009/02/28/about-lotus-foundation/#comments</comments>
		<pubDate>Sat, 28 Feb 2009 15:11:16 +0000</pubDate>
		<dc:creator>bfebrian</dc:creator>
				<category><![CDATA[Lotus Notes and Domino]]></category>
		<category><![CDATA[Mail and Spam Related]]></category>
		<category><![CDATA[Security Related]]></category>
		<category><![CDATA[anti spam]]></category>
		<category><![CDATA[email clients]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[lotus-domino]]></category>
		<category><![CDATA[lotus-foundation]]></category>
		<category><![CDATA[open-suse-linux]]></category>

		<guid isPermaLink="false">http://www.indomino.net/blog/2009/02/28/about-lotus-foundation/</guid>
		<description><![CDATA[The most interesting part of the event is Lotus Foundation.
Lotus foundation is a &#8220;software suite&#8221; that has it own operating system based on striped Open Suse linux, and a striped down version of Lotus Domino server. It has it own anti spam and anti virus software, file sharing, firewall and even VPN server, that why [...]]]></description>
			<content:encoded><![CDATA[<p>The most interesting part of the event is <a href="http://www-01.ibm.com/software/lotus/products/foundations/start/" target="_blank">Lotus Foundation</a>.</p>
<p>Lotus foundation is a &#8220;software suite&#8221; that has it own operating system based on striped Open Suse linux, and a striped down version of Lotus Domino server. It has it own anti spam and anti virus software, file sharing, firewall and even VPN server, that why I called it a software suite.</p>
<p>This is a software suite, so it can be installed in any hardware, but maybe some IBM Business Partner will sell it with the hardware to reduce hardware compatibilities issues.</p>
<p>And for the email clients, it support webmail, lotus notes clients, ms outlook and any other email clients that support pop3 an<br />
In the advertisements, it state that it can up and running in less than 30 minutes, and it designed for small office with no IT personnel.</p>
<p>The suite can self configured, it mean that it will automatically detect the network infrastructure and configure it self based on it founding.</p>
<p>If the suite detected that there are some malfunction in part of it software, it will try to heal it self, by restore the configuration from the last backup, and it will done automatically.</p>
<p>In the demo, the hardware come with two sata harddisks, on for the suite and the other one for the backup. If something really bad happen, it will only take 30 minutes to restore to it default stat, and maybe another 10-30 minutes to restore from the backup.</p>
<p>You can get the brochure <a href="ftp://ftp.software.ibm.com/software/lotus/lotusweb/products/foundations/start/Lotus_Foundations_Brochure.pdf">here</a>, and the datasheet <a href="ftp://ftp.software.ibm.com/software/lotus/lotusweb/products/foundations/start/Lotus_Foundations_Appliance.pdf">here</a>.</p>
<p>I guess it true, that the suite is designed for small office that has no IT personnel, and soon I&#8217;ll be out of the job <img src='http://www.indomino.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/indomino/BFUr?a=rzV_Ut2I-KI:LXAUCQLdbMw:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/indomino/BFUr?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/indomino/BFUr?a=rzV_Ut2I-KI:LXAUCQLdbMw:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/indomino/BFUr?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/indomino/BFUr?a=rzV_Ut2I-KI:LXAUCQLdbMw:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/indomino/BFUr?i=rzV_Ut2I-KI:LXAUCQLdbMw:V_sGLiPBpWU" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.indomino.net/blog/2009/02/28/about-lotus-foundation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>White House email server down</title>
		<link>http://www.indomino.net/blog/2009/02/11/white-house-email-server-down/</link>
		<comments>http://www.indomino.net/blog/2009/02/11/white-house-email-server-down/#comments</comments>
		<pubDate>Wed, 11 Feb 2009 06:50:41 +0000</pubDate>
		<dc:creator>bfebrian</dc:creator>
				<category><![CDATA[Lotus Notes and Domino]]></category>
		<category><![CDATA[Mail and Spam Related]]></category>
		<category><![CDATA[microsoft windows]]></category>
		<category><![CDATA[lotus-domino]]></category>
		<category><![CDATA[lotus-notes]]></category>
		<category><![CDATA[microsoft-exchange]]></category>
		<category><![CDATA[outlook]]></category>
		<category><![CDATA[server-down]]></category>
		<category><![CDATA[white-house]]></category>

		<guid isPermaLink="false">http://www.indomino.net/blog/?p=137</guid>
		<description><![CDATA[Duh, why I did not received this big news earlier.
This is a big news, for people who maintains email servers everywhere in the world.
That the White House email server was down almost for a day. Yes, the White House, where they should hire experts from around the world.
But the email server was down.
Source
How is it [...]]]></description>
			<content:encoded><![CDATA[<p>Duh, why I did not received this big news earlier.</p>
<p>This is a big news, for people who maintains email servers everywhere in the world.</p>
<p>That the White House email server was down almost for a day. Yes, the White House, where they should hire experts from around the world.</p>
<p>But the email server was down.</p>
<p><a href="E-Mail Outage Forces White House to Operate the Oldfangled Way" target="_blank">Source</a></p>
<blockquote><p>How is it possible that the e-mail system for the White House could go down that long, a caller asked? Press secretary Robert Gibbs had just apologized on live television for the lack of any e-mail contact.</p>
<p>&#8220;We still don&#8217;t know,&#8221; the help-line guy said, adding that two e-mail servers had been rebooted but that two others <strong>remained mysteriously down</strong>, with no immediate explanation.</p>
<p>He then abruptly put the caller on hold, returning momentarily to say that he was no longer authorized to answer questions.</p></blockquote>
<p>Remained mysteriously down, lol, that is very funny.</p>
<p><a href="http://news.cnet.com/8301-13578_3-10150715-38.html" target="_blank">Source</a></p>
<blockquote><p>As of Tuesday morning, the White House was once again sending its regular slew of e-mails.</p>
<p>Press secretary Robert Gibbs acknowledged the outage during a briefing to reporters Monday afternoon. White House aides at the briefing had to pass out photocopies of the executive orders signed by the president that day, rather than e-mailing them to reporters. The outage, however, <strong>did not appear to cause any major disruptions at the White House</strong>.</p></blockquote>
<p>Well I guess email is not really important in the white house, while many other business depend heavily on email traffic.</p>
<p>And that what will hapen if they used MS Exchange as their mail server.</p>
<p>Or, maybe they should change it back into Lotus Domino/Notes system? <a href="http://www.lotusgeek.com/SapphireOak/LotusGeekBlog.nsf/d6plinks/ROLR-7C8MAY" target="_blank">Maybe now they regret the migration?</a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/indomino/BFUr?a=p3TPw-hytIE:t2CRZ8_Fsdw:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/indomino/BFUr?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/indomino/BFUr?a=p3TPw-hytIE:t2CRZ8_Fsdw:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/indomino/BFUr?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/indomino/BFUr?a=p3TPw-hytIE:t2CRZ8_Fsdw:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/indomino/BFUr?i=p3TPw-hytIE:t2CRZ8_Fsdw:V_sGLiPBpWU" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.indomino.net/blog/2009/02/11/white-house-email-server-down/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to enable SSL in Lotus Domino</title>
		<link>http://www.indomino.net/blog/2009/01/17/how-to-enable-ssl-in-lotus-domino/</link>
		<comments>http://www.indomino.net/blog/2009/01/17/how-to-enable-ssl-in-lotus-domino/#comments</comments>
		<pubDate>Sat, 17 Jan 2009 03:35:16 +0000</pubDate>
		<dc:creator>bfebrian</dc:creator>
				<category><![CDATA[Lotus Notes and Domino]]></category>
		<category><![CDATA[Security Related]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[https]]></category>
		<category><![CDATA[lotus-domino-8]]></category>
		<category><![CDATA[self-certified-certificate]]></category>
		<category><![CDATA[ssl]]></category>

		<guid isPermaLink="false">http://www.indomino.net/blog/?p=121</guid>
		<description><![CDATA[One of the good things about Lotus Notes/Domino is that it has a very good help system in NSF format. Lotus Notes/Domino has three basic help databases, for normal Lotus Notes users, for Lotus Notes programmers/designers and for Lotus Domino administrators. All the help databases are easy to read and understand.

But even the easiest documentation [...]]]></description>
			<content:encoded><![CDATA[<p>One of the good things about Lotus Notes/Domino is that it has a very good help system in NSF format. Lotus Notes/Domino has three basic help databases, for normal Lotus Notes users, for Lotus Notes programmers/designers and for Lotus Domino administrators. All the help databases are easy to read and understand.</p>
<p class="MsoNormal">
<p class="MsoNormal">But even the easiest documentation can become confusing sometimes. One of them is how to enable SSL in Lotus Domino servers.</p>
<p class="MsoNormal">
<p class="MsoNormal">I have to read it many times until I understand the concept, so to avoid others to have my difficulties; I created this simple how to.</p>
<p class="MsoNormal">
<p class="MsoNormal">SSL requires certificate, while Lotus Domino support the certificate that created by third party organizations, Lotus Domino also have the capabilities to create it own certificate called <em><strong>Self-Certified Certificate</strong></em>.<span> </span>The problem with Self-Certified Certificate that you need to accept the certificate (trust) before you can use it, while the third party certificate already trusted.</p>
<p class="MsoNormal">
<p class="MsoNormal">This how to will only to discuss about how to create Self-Certified Certificate, this how to will not discuss about the certificate that created by third party organizations. The idea of self-certified certificate is that you can quickly setup your own SSL certificate.</p>
<p class="MsoNormal">
<p class="MsoNormal">This how to required Lotus Notes client, access to Lotus Domino server as Lotus Domino administrator, and have access to copy files to Lotus Domino server.</p>
<p class="MsoNormal">
<p class="MsoNormal"><strong>Server Certificate Administration Database</strong></p>
<p class="MsoNormal">
<p class="MsoNormal">When you install Lotus Domino in the first place, it will automatically created a database called <em><strong>Server Certificate Administration</strong></em>. You will need this database to create your own Self-Certified Certificate. Find and open the Server Certificate Administration or certsrv.nsf in the server, if not available you can create it with the template: csrv50.ntf, give the database name certsrv.nsf</p>
<p class="MsoNormal">
<p class="MsoNormal"><img class="alignnone" src="http://farm4.static.flickr.com/3133/3202166445_246e4e2d94.jpg" alt="" width="500" height="347" /></p>
<p class="MsoNormal">
<p class="MsoNormal">There are several options in the left menu, just ignore it. We only want to create Self-Certified Certificate, click the &#8220;<em><strong>Click Key Ring with Self-Certified Certificate</strong></em>&#8220;.</p>
<p class="MsoNormal">
<p class="MsoNormal"><strong>Create Key Ring</strong></p>
<p class="MsoNormal">
<p class="MsoNormal">Now, there are several fields that need to be filling in. There should be enough help in the Quick Help, but to make it easier, these are the examples:</p>
<p class="MsoNormal">
<p class="MsoNormal"><strong>Key Ring Information</strong></p>
<p class="MsoNormal">
<p class="MsoNormal"><em><strong>Key Ring File Name</strong></em></p>
<p class="MsoNormal">The file name of the key ring, the key ring should have kyr extension. If you have several servers that need SSL connection, better give it more understanding name. In this example I give my file name as selfcert-st01.kyr, where st01 is my server name.</p>
<p class="MsoNormal">
<p class="MsoNormal"><strong><em>Password and Password Verify</em></strong></p>
<p class="MsoNormal">No need to explain about it. <img src='http://www.indomino.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p class="MsoNormal">
<p class="MsoNormal"><strong>Distinguished Name</strong></p>
<p class="MsoNormal">
<p class="MsoNormal"><em><strong>Common Name</strong></em></p>
<p class="MsoNormal">The Full Qualified Domain Name (FQDN) of the server. In this example I put st01.indomino.net, because my server will be accessible with st01.indomino.net. Make sure that you can connect to your server with your FQDN.</p>
<p class="MsoNormal">
<p class="MsoNormal"><em><strong>Organization</strong></em></p>
<p class="MsoNormal">Explain about your organization, or your company. I use indomino in the organization.</p>
<p class="MsoNormal">
<p class="MsoNormal"><em><strong>Organizational Unit (optional)</strong></em></p>
<p class="MsoNormal">If you need to break your organization in more details, maybe based on departments or locations. I leave it blank; you can put your department or location.</p>
<p class="MsoNormal">
<p class="MsoNormal"><strong><em>City or Locality (optional)</em></strong></p>
<p class="MsoNormal">Your city name, I put Jakarta</p>
<p class="MsoNormal">
<p class="MsoNormal"><strong><em>State or Province</em></strong></p>
<p class="MsoNormal">Your Province, I put Jakarta</p>
<p class="MsoNormal">
<p class="MsoNormal"><strong><em>Country</em></strong></p>
<p class="MsoNormal">Because I live in Indonesia, I put ID</p>
<p class="MsoNormal">
<p class="MsoNormal"><img class="alignnone" src="http://farm4.static.flickr.com/3416/3202166277_d51dc67aee.jpg" alt="" width="500" height="439" /></p>
<p class="MsoNormal">
<p class="MsoNormal">Make sure everything is correct than click the big button in the bottom of the page &#8220;<strong>Create Key Ring with Self-Certified Certificate</strong>&#8220;</p>
<p class="MsoNormal">
<p class="MsoNormal">It will create the key ring and it will notify you that the key ring has been created.</p>
<p class="MsoNormal"><img class="alignnone" src="http://farm4.static.flickr.com/3111/3202166157_d0e9065453.jpg" alt="" width="500" height="383" /></p>
<p class="MsoNormal">
<p class="MsoNormal">The process will create two file names in your notes data folder, <strong>selfcert-st01.kyr</strong> and <strong>selfcert-st01.sth</strong>.<strong> </strong>The<strong> </strong>files<strong> </strong>will<strong> </strong>be<strong> </strong>located<strong> </strong>in your local drive. You need to copy both file to the Lotus Domino server in the Lotus Domino Data directory.</p>
<p class="MsoNormal">
<p class="MsoNormal"><strong>Enable the SSL</strong></p>
<p class="MsoNormal">
<p class="MsoNormal">Now the fun part, how to enable the Self-Certified Certificate with your Lotus Domino.</p>
<ol>
<li>Open your Lotus Domino directory, you have to have full access to it.</li>
<li>Find and edit your current server document configuration (If you using internet sites you have to edit or add the internet sites documents)</li>
<li>Go to Ports tab and find the SSL settings</li>
<li>In the SSL key file name<span> </span>field,  type your kyr file that you just created, I put <em><strong>selfcert-st01.kyr</strong></em> and just let other setting as default.</li>
<li>Now you can enable SSL in any protocols, in this how to I will enable it in HTTP protocol.</li>
<li>Go to Web tab, and find the SSL port status then change it into enable</li>
<li>Click save and close</li>
</ol>
<p class="MsoNormal">
<p class="MsoNormal">Now you can access your website with https, use your server FQDN to access your website.</p>
<p class="MsoNormal">
<p class="MsoNormal">if you access your website via internet explorer or firefox, there will be an error message telling you that the certificate is not trusted, just ignore it and click continue.</p>
<p class="MsoNormal"><img class="alignnone" src="http://farm4.static.flickr.com/3265/3202165347_8b8176360e.jpg" alt="" width="500" height="375" /></p>
<p class="MsoNormal">
<p class="MsoNormal">
<p class="MsoNormal">To prevent this annoying pop up, you need to accept the certificate in your certificate list.</p>
<p class="MsoNormal">This how to accept the certificate in MS Internet Explorer.</p>
<p class="MsoNormal">In the address bar, there will be a message telling that the site have certificate error.</p>
<p class="MsoNormal"><img class="alignnone" src="http://farm4.static.flickr.com/3476/3202165599_f10c2baf30.jpg" alt="" width="500" height="375" /></p>
<p class="MsoNormal">Follow these steps to add your certificate as trusted certificate.</p>
<ol>
<li>Click it and click view certificate</li>
<li>Click install certificate, don&#8217;t click automatically install, click browse instead.</li>
<li>Select the trusted root certificate authority, and then click finish.</li>
<li>There will be a big warning, just ignore it and click yes.</li>
<li>Restart internet explorer, now you can access your website without certificate warning.</li>
</ol>
<p class="MsoNormal">Now you have SSL enabled Lotus Domino server. You can use SSL not only in the HTTP, but also in Email and LDAP.</p>
<p class="MsoNormal">With HTTPS enabled, your users can change their own password from webmail.</p>
<p class="MsoNormal">
<p class="MsoNormal">
<p class="MsoNormal">
<p class="MsoNormal">
<p class="MsoNormal">
<p class="MsoNormal">
<p class="MsoNormal">
<p class="MsoNormal">
<p class="MsoNormal">
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/indomino/BFUr?a=C1QpyEEHXFc:enir5TmhltE:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/indomino/BFUr?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/indomino/BFUr?a=C1QpyEEHXFc:enir5TmhltE:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/indomino/BFUr?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/indomino/BFUr?a=C1QpyEEHXFc:enir5TmhltE:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/indomino/BFUr?i=C1QpyEEHXFc:enir5TmhltE:V_sGLiPBpWU" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.indomino.net/blog/2009/01/17/how-to-enable-ssl-in-lotus-domino/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Problem With Pop3 in Domino 8</title>
		<link>http://www.indomino.net/blog/2008/12/18/problem-with-pop3-in-domino-8/</link>
		<comments>http://www.indomino.net/blog/2008/12/18/problem-with-pop3-in-domino-8/#comments</comments>
		<pubDate>Thu, 18 Dec 2008 17:46:04 +0000</pubDate>
		<dc:creator>bfebrian</dc:creator>
				<category><![CDATA[Lotus Notes and Domino]]></category>
		<category><![CDATA[Mail and Spam Related]]></category>
		<category><![CDATA[lotus-domino]]></category>
		<category><![CDATA[lotus-domino-8]]></category>
		<category><![CDATA[maildrop]]></category>
		<category><![CDATA[pop3]]></category>

		<guid isPermaLink="false">http://www.indomino.net/blog/2008/12/18/problem-with-pop3-in-domino-8/</guid>
		<description><![CDATA[There are still many users that using outlook as they email client. So far it run smoothly. Users can do send and receive without much problem. Most problem that I encounter are double emails because the send and receive process disconnected in the middle and the pst file already reach it maximum size which is [...]]]></description>
			<content:encoded><![CDATA[<p>There are still many users that using outlook as they email client. So far it run smoothly. Users can do send and receive without much problem. Most problem that I encounter are double emails because the send and receive process disconnected in the middle and the pst file already reach it maximum size which is 20 GB and that is very rare.</p>
<p>But few days ago, I got called form three of my users that they have problem when receiving emails. It always popping up for password, even though they already entered the correct one.</p>
<p>I checked the server log, and it said something about maildrop exclusive access. This is common problem, the problem usually solved just for waiting three or five minute. But this time, waiting for ten minutes still did not solved the problem.</p>
<p>So I check the server for more hints.</p>
<p>From Domino administrator, I check the server task,  there I saw that there is pop3 task still providing task for the problematic users even the users already closed their outlook, so I guess the pop3 task is hanging or something.</p>
<p>So I tried to restart the pop3 server in office hours, and that caused more problem. The pop3 server can&#8217;t closed completely because it seem that  the pop3 for the problematic users can&#8217;t be closed. So I have to restart the whole server.</p>
<p>After restarted the server I tried to do send and receive again. First is running and then asking for the pasword again. I checked the server task and realize that the pop3 task is hanging again.</p>
<p>Searched both google and lotus domino forum and there is no helpful hints.</p>
<p>It&#8217;s time to be panic.</p>
<p>There was not much that I can do, except to told the users that temporarily they can access their email via webmail, while I tried to solved the problem.</p>
<p>In a way home, I realize that what if one of email is corrupt and cause the problem?</p>
<p>So at home I login to the server again, marked all the emails as read via webmail so it will not be downloaded via pop3, and than restart the server.</p>
<p>After the server restarted I quickly check the server task, there is no pop3 task hanging. Good.</p>
<p>I setup a new outlook account for one of m problematic user and than do the send and receive. It worked.</p>
<p>I did several task, and it seem it solved the problem.</p>
<p>So the rest of the emails, I downloaded them via imap not pop3.</p>
<p>I still don&#8217;t know why email got corrupted and cause problem for pop3 task.</p>
<p>I&#8217;m sure that this problem will happen again, even I don&#8217;t know why it happpen, but at least I know how to solved it.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/indomino/BFUr?a=fsEOySeo6OI:YaPhuVXiNQQ:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/indomino/BFUr?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/indomino/BFUr?a=fsEOySeo6OI:YaPhuVXiNQQ:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/indomino/BFUr?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/indomino/BFUr?a=fsEOySeo6OI:YaPhuVXiNQQ:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/indomino/BFUr?i=fsEOySeo6OI:YaPhuVXiNQQ:V_sGLiPBpWU" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.indomino.net/blog/2008/12/18/problem-with-pop3-in-domino-8/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to install Blackberry Connect in Nokia</title>
		<link>http://www.indomino.net/blog/2008/12/06/how-to-install-blackberry-connect-in-nokia/</link>
		<comments>http://www.indomino.net/blog/2008/12/06/how-to-install-blackberry-connect-in-nokia/#comments</comments>
		<pubDate>Sat, 06 Dec 2008 15:36:17 +0000</pubDate>
		<dc:creator>bfebrian</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[blackberry]]></category>
		<category><![CDATA[mobile-phone]]></category>
		<category><![CDATA[nokia]]></category>
		<category><![CDATA[symbian]]></category>

		<guid isPermaLink="false">http://www.indomino.net/blog/2008/12/06/how-to-install-blackberry-connect-in-nokia/</guid>
		<description><![CDATA[I&#8217;m not using blackberry device or use blackberry service for my push email solution. I only helping others to install blackberry connect in their nokia phones. I&#8217;m quite happy using Seven (free service) as my push email solution. 
I already installed and setup blackberry connect in two nokia phones, E61i and E90. The way how [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m not using blackberry device or use blackberry service for my push email solution. I only helping others to install blackberry connect in their nokia phones. I&#8217;m quite happy using Seven (free service) as my push email solution. </p>
<p>I already installed and setup blackberry connect in two nokia phones, E61i and E90. The way how to install it is very similar. So, I think this how to also can be applied with other nokia phone that support blackberry connect.</p>
<p>Too bad that the new nokia will not support blackberry connect anymore because nokia want to implement their own push email service. </p>
<p>This how to should be sufficient to help you to setup blackberry connect into your nokia phone.</p>
<p>Make sure that your nokia phone support blackberry connect. You can check whether your nokia phone support blackberry in nokia website.</p>
<p>Download the blackberry connect application that match with your nokia phone and your firmwire version. You can check your firmwire with this combination *#0000#. Blackberry connect will not work if the firmwire is different.</p>
<p>Register blackberry plan with your phone provider. </p>
<p>Install the blackberry connect application in your nokia phone. You can install it with nokia pc suite, or just copy the sisx file into your memory card and run it fom there.</p>
<p>Register your phone with blackberry by selecting option and select register now.</p>
<p>Open the blackberry website (this should be dependent with your phone provider) and create a new account (I assume that this the first time you using blackberry service). You need the PIN and IMEI number to register. PIN and IMEI number can be found in status page in your blackberry connect application.</p>
<p>From there you can register you email addresses or even create a new one. The steps are easy enough to follow.</p>
<p>Now, all you have to do is wait while blackberry setup your nokia phone.</p>
<p>Enjoy the blackberry service</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/indomino/BFUr?a=skEtqdVxHAI:udzKtQOZa50:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/indomino/BFUr?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/indomino/BFUr?a=skEtqdVxHAI:udzKtQOZa50:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/indomino/BFUr?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/indomino/BFUr?a=skEtqdVxHAI:udzKtQOZa50:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/indomino/BFUr?i=skEtqdVxHAI:udzKtQOZa50:V_sGLiPBpWU" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.indomino.net/blog/2008/12/06/how-to-install-blackberry-connect-in-nokia/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
