<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Dave Koelmeyer</title>
	<atom:link href="http://blog.davekoelmeyer.co.nz/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.davekoelmeyer.co.nz</link>
	<description>Musings, rants, and much more besides...</description>
	<lastBuildDate>Sat, 28 Jan 2012 13:27:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='blog.davekoelmeyer.co.nz' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Dave Koelmeyer</title>
		<link>http://blog.davekoelmeyer.co.nz</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://blog.davekoelmeyer.co.nz/osd.xml" title="Dave Koelmeyer" />
	<atom:link rel='hub' href='http://blog.davekoelmeyer.co.nz/?pushpress=hub'/>
		<item>
		<title>Container based authentication with JSPWiki, GlassFish and OpenDJ</title>
		<link>http://blog.davekoelmeyer.co.nz/2012/01/28/container-based-authentication-with-jspwiki-glassfish-and-opendj/</link>
		<comments>http://blog.davekoelmeyer.co.nz/2012/01/28/container-based-authentication-with-jspwiki-glassfish-and-opendj/#comments</comments>
		<pubDate>Sat, 28 Jan 2012 13:17:46 +0000</pubDate>
		<dc:creator>davekoelmeyer</dc:creator>
				<category><![CDATA[GlassFish]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[JSPWiki]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[OpenDJ]]></category>
		<category><![CDATA[OpenIndiana]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[GlassFish Oracle JSPWiki LDAP OpenDJ Java]]></category>

		<guid isPermaLink="false">http://blog.davekoelmeyer.co.nz/?p=2007</guid>
		<description><![CDATA[In this blog entry I am going to describe configuring JSPWiki to use container based authentication to authenticate LDAP users existing in an OpenDJ directory. I am using GlassFish as my web application container, so this can be considered an alternative solution to using Tomcat, for example as described here. &#160; I am running JSPWiki [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.davekoelmeyer.co.nz&amp;blog=10965506&amp;post=2007&amp;subd=davekoelmeyer&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>In this blog entry I am going to describe configuring JSPWiki to use container based authentication to authenticate LDAP users existing in an OpenDJ directory. I am using GlassFish as my web application container, so this can be considered an alternative solution to using Tomcat, for example as described <a href="https://wikis.forgerock.org/confluence/display/OPENDJ/Configure+Apache+Tomcat+with+OpenDJ+as+an+Identity+Store" target="_blank">here</a>.</p>
<p>&nbsp;</p>
<p>I am running JSPWiki version 2.8.3, deployed in GlassFish Open Source Edition 3.1.1 (build 12) on OpenIndiana oi_151 x86. OpenDJ is version 2.4.4, and I am using Java 6 update 26.</p>
<p>I am assuming prior basic familiarity with installing, configuring, and managing GlassFish and OpenDJ. Our starting point will be a freshly deployed instance of JSPWiki, for which the initial first-run setup procedure has taken place and without any configuration to the JSPWiki configuration files. </p>
<p>This is an <strong>insecure</strong> setup intended for testing purposes. </p>
<p>&nbsp;</p>
<p><strong>Create user and admin groups for JSPWiki in OpenDJ</strong></p>
<p>I have created the <em>Groups</em> OU under my Base DN, and within it created the groups <em>wiki-admin</em> and <em>wiki-users</em>. </p>
<p>Member of the <em>wiki-admin</em> group will be authorized with full permissions in JSPWiki once authenticated. Members of the <em>wiki-users</em> group however will have a lesser set of permissions, suitable for regular day-to-day use of the wiki. You can use LDIF commands if you wish to create the directory entries, however, I just use OpenDJ&#8217;s super-easy GUI to do the work. For example:</p>
<p><a href="http://davekoelmeyer.files.wordpress.com/2012/01/jspwikigroupsinopendj.png"><img src="http://davekoelmeyer.files.wordpress.com/2012/01/jspwikigroupsinopendj.png?w=242&#038;h=300" alt="JSPWiki groups in OpenDJ" title="JSPWikiGroupsInOpenDJ" width="242" height="300" class="alignnone size-medium wp-image-2010" /></a></p>
<p>&nbsp;</p>
<p><strong>Create an LDAP security realm in GlassFish</strong></p>
<p>This can be performed in the GlassFish admin BUI. Note that we perform this step under the <em>Configurations -&gt; server-config</em> node in the BUI (not the <em>Configurations -&gt; default-config</em> node):</p>
<p><a href="http://davekoelmeyer.files.wordpress.com/2012/01/glassfishserverconfignode.png"><img src="http://davekoelmeyer.files.wordpress.com/2012/01/glassfishserverconfignode.png?w=221&#038;h=300" alt="GlassFish server-config node" title="GlassFishServerConfigNode" width="221" height="300" class="alignnone size-medium wp-image-2012" /></a></p>
<p>I have created the LDAP realm <em>JSPWikiUsers</em>  with the following settings:</p>
<p><a href="http://davekoelmeyer.files.wordpress.com/2012/01/glassfishldapsecurityrealm.png"><img src="http://davekoelmeyer.files.wordpress.com/2012/01/glassfishldapsecurityrealm.png?w=300&#038;h=242" alt="GlassFish LDAP security realm settings" title="GlassFishLDAPSecurityRealm" width="300" height="242" class="alignnone size-medium wp-image-2013" /></a></p>
<p>Some observations on the above can be noted here:</p>
<ul>
<li>
The <em>search-bind-dn</em> and <em>search-bind-password</em> properties may be optional for your OpenDJ installation: they are required in my case because I have disabled anonymous access to my OpenDJ server</li>
<li>The port used for access to your OpenDJ server may not necessarily be 1389 &#8211; change this as necessary.</li>
</ul>
<p>&nbsp;</p>
<p><strong>Change the JACC provider from <em>default</em> to <em>simple</em></strong></p>
<p>I found that if this step is not performed, LDAP group lookup from GlassFish to OpenDJ will plain just not work.</p>
<p>Navigate to the <em>Configurations -&gt; server-config -&gt; Security</em> node of the GlassFish admin BUI and make the setting as illustrated:</p>
<p><a href="http://davekoelmeyer.files.wordpress.com/2012/01/glassfishjaccsimpleprovider.png"><img src="http://davekoelmeyer.files.wordpress.com/2012/01/glassfishjaccsimpleprovider.png?w=300&#038;h=216" alt="GlassFish - set the JACC provider to Simple" title="GlassFishJACCSimpleProvider" width="300" height="216" class="alignnone size-medium wp-image-2015" /></a></p>
<p>&nbsp;</p>
<p>This should be all the configuration needed in GlassFish using the admin BUI, so we can now proceed to making the required modifications to the following JSPWiki deployment descriptor and policy files:</p>
<ul>
<li><em>web.xml</em></li>
<li><em>jspwiki.policy</em></li>
<li><em>glassfish-web.xml</em></li>
</ul>
<p>&nbsp;</p>
<p>In the following steps, we are assuming that JSPWiki has been deployed to the <em>domain1</em> domain, and the path to the deployment descriptor and policy configuration files is:</p>
<p><pre class="brush: css;">/opt/glassfishv3/glassfish/domains/domain1/applications/JSPWiki/WEB-INF</pre></p>
<p>&nbsp;</p>
<p>(Also, in my case no changes needed to be made at all to the <em>jspwiki.properties</em> file.)</p>
<p>&nbsp;</p>
<p><strong>Enable container based authentication in the <em>web.xml</em> file </strong></p>
<p>In the <em>web.xml</em> file (in its unmodified state in JSPWiki v2.8.3), look for the section near the end of the file which begins with the following comment:</p>
<p><pre class="brush: css;">&lt;!--  REMOVE ME TO ENABLE CONTAINER-MANAGED AUTH</pre></p>
<p>&nbsp;</p>
<p>Simply uncomment the section and replace it with the following:</p>
<p><pre class="brush: css;">
&lt;security-constraint&gt;
       &lt;web-resource-collection&gt;
           &lt;web-resource-name&gt;Administrative Area&lt;/web-resource-name&gt;
           &lt;url-pattern&gt;/Delete.jsp&lt;/url-pattern&gt;
       &lt;/web-resource-collection&gt;
       &lt;auth-constraint&gt;
           &lt;role-name&gt;wiki-admin&lt;/role-name&gt;
       &lt;/auth-constraint&gt;
   &lt;/security-constraint&gt;
      
   &lt;security-constraint&gt;
       &lt;web-resource-collection&gt;
           &lt;web-resource-name&gt;Authenticated area&lt;/web-resource-name&gt;
           &lt;url-pattern&gt;/Edit.jsp&lt;/url-pattern&gt;
           &lt;url-pattern&gt;/Comment.jsp&lt;/url-pattern&gt;
           &lt;url-pattern&gt;/Login.jsp&lt;/url-pattern&gt;
           &lt;url-pattern&gt;/NewGroup.jsp&lt;/url-pattern&gt;
           &lt;url-pattern&gt;/Rename.jsp&lt;/url-pattern&gt;
           &lt;url-pattern&gt;/Upload.jsp&lt;/url-pattern&gt;
           &lt;http-method&gt;DELETE&lt;/http-method&gt;
           &lt;http-method&gt;GET&lt;/http-method&gt;
           &lt;http-method&gt;HEAD&lt;/http-method&gt;
           &lt;http-method&gt;POST&lt;/http-method&gt;
           &lt;http-method&gt;PUT&lt;/http-method&gt;
       &lt;/web-resource-collection&gt;

       &lt;web-resource-collection&gt;
           &lt;web-resource-name&gt;Read-only Area&lt;/web-resource-name&gt;
           &lt;url-pattern&gt;/attach&lt;/url-pattern&gt;
           &lt;http-method&gt;DELETE&lt;/http-method&gt;
           &lt;http-method&gt;POST&lt;/http-method&gt;
           &lt;http-method&gt;PUT&lt;/http-method&gt;
       &lt;/web-resource-collection&gt;

       &lt;auth-constraint&gt;
           &lt;role-name&gt;wiki-admin&lt;/role-name&gt;
           &lt;role-name&gt;wiki-users&lt;/role-name&gt;
       &lt;/auth-constraint&gt;
   &lt;/security-constraint&gt;

   &lt;login-config&gt;
       &lt;auth-method&gt;FORM&lt;/auth-method&gt;
       &lt;realm-name&gt;JSPWikiUsers&lt;/realm-name&gt;
       &lt;form-login-config&gt;
           &lt;form-login-page&gt;/LoginForm.jsp&lt;/form-login-page&gt;
           &lt;form-error-page&gt;/LoginForm.jsp&lt;/form-error-page&gt;
       &lt;/form-login-config&gt;
   &lt;/login-config&gt;

   &lt;security-role&gt;
       &lt;description&gt;
           This logical role includes all authenticated users
       &lt;/description&gt;
       &lt;role-name&gt;wiki-users&lt;/role-name&gt;
   &lt;/security-role&gt;

   &lt;security-role&gt;
       &lt;description&gt;
           This logical role includes all administrative users
       &lt;/description&gt;
       &lt;role-name&gt;wiki-admin&lt;/role-name&gt;
   &lt;/security-role&gt;
</pre></p>
<p>&nbsp;</p>
<p><strong>Modify the <em>jspwiki.policy</em> file</strong></p>
<p>This will allow users in the <em>wiki-admin</em> LDAP group to be granted full permissions upon authenticating to JSPWiki. </p>
<p>Look for the following section at the end of the <em>jspwiki.policy</em> file (in its unmodified state in a JSPWiki v2.8.3 installation):</p>
<p><pre class="brush: css;">
// Administrators (principals or roles possessing AllPermission)
// are allowed to delete any page, and can edit, rename and delete
// groups. You should match the permission target (here, 'JSPWiki')
// with the value of the 'jspwiki.applicationName' property in
// jspwiki.properties. Two administative groups are set up below:
// the wiki group &quot;Admin&quot; (stored by default in wiki page GroupAdmin)
// and the container role &quot;Admin&quot; (managed by the web container).

grant principal com.ecyrd.jspwiki.auth.GroupPrincipal &quot;Admin&quot; {
    permission com.ecyrd.jspwiki.auth.permissions.AllPermission &quot;*&quot;;
};
grant principal com.ecyrd.jspwiki.auth.authorize.Role &quot;Admin&quot; {
    permission com.ecyrd.jspwiki.auth.permissions.AllPermission &quot;*&quot;;
};
</pre></p>
<p>&nbsp;</p>
<p>And modify it to read:<br />
<pre class="brush: css;">
// Administrators (principals or roles possessing AllPermission)
// are allowed to delete any page, and can edit, rename and delete
// groups. You should match the permission target (here, 'JSPWiki')
// with the value of the 'jspwiki.applicationName' property in
// jspwiki.properties. Two administative groups are set up below:
// the wiki group &quot;Admin&quot; (stored by default in wiki page GroupAdmin)
// and the container role &quot;Admin&quot; (managed by the web container).

// grant principal com.ecyrd.jspwiki.auth.GroupPrincipal &quot;Admin&quot; {
//     permission com.ecyrd.jspwiki.auth.permissions.AllPermission &quot;*&quot;;
// };
// grant principal com.ecyrd.jspwiki.auth.authorize.Role &quot;Admin&quot; {
//     permission com.ecyrd.jspwiki.auth.permissions.AllPermission &quot;*&quot;;
// };
grant principal com.ecyrd.jspwiki.auth.authorize.Role &quot;wiki-admin&quot; {
    permission com.ecyrd.jspwiki.auth.permissions.AllPermission &quot;*&quot;;
};
</pre></p>
<p>&nbsp;</p>
<p><strong>Create the <em>glassfish-web.xml</em> file</strong></p>
<p>The primary purpose of this file will be to map the security roles we defined in the <em>web.xml</em> file to the JSPWiki groups we created in OpenDJ. The file should be created at:</p>
<p><pre class="brush: css;">/opt/glassfishv3/glassfish/domains/domain1/applications/JSPWiki/WEB-INF</pre></p>
<p>&nbsp;</p>
<p>The <em>glassfish-web.xml</em> file should contain the following only:<br />
<pre class="brush: css;">
&lt;!DOCTYPE glassfish-web-app PUBLIC &quot;-//GlassFish.org//DTD GlassFish Application Server 3.1 Servlet 3.0//EN&quot; &quot;http://glassfish.org/dtds/glassfish-web-app_3_0-1.dtd&quot;&gt;

&lt;glassfish-web-app&gt;
 &lt;security-role-mapping&gt;
        &lt;role-name&gt;wiki-admin&lt;/role-name&gt;
        &lt;group-name&gt;wiki-admin&lt;/group-name&gt;
 &lt;/security-role-mapping&gt;
 &lt;security-role-mapping&gt;
        &lt;role-name&gt;wiki-users&lt;/role-name&gt;
        &lt;group-name&gt;wiki-users&lt;/group-name&gt;
 &lt;/security-role-mapping&gt;
&lt;/glassfish-web-app&gt;
</pre></p>
<p>&nbsp;</p>
<p><strong>Restart the GlassFish domain, and test LDAP logins to JSPWiki</strong></p>
<p>First, restart the domain either using the <em>asadmin</em> utility or the GlassFish admin BUI. Then test LDAP logins to JSPWiki. </p>
<p>In my case, we can observe that logging in as user that is a member of the <em>wiki-admin</em> group in OpenDJ, I do indeed have full permissions in JSPWiki:</p>
<p><a href="http://davekoelmeyer.files.wordpress.com/2012/01/jspwikildapadminuser.png"><img src="http://davekoelmeyer.files.wordpress.com/2012/01/jspwikildapadminuser.png?w=300&#038;h=190" alt="JSPWiki LDAP admin user" title="JSPWikiLDAPAdminUser" width="300" height="190" class="alignnone size-medium wp-image-2034" /></a></p>
<p>Whereas logging in as user that is a member of the <em>wiki-users</em> group in OpenDJ, I am restricted from certain destructive actions:</p>
<p><a href="http://davekoelmeyer.files.wordpress.com/2012/01/jspwikildapstandarduser.png"><img src="http://davekoelmeyer.files.wordpress.com/2012/01/jspwikildapstandarduser.png?w=300&#038;h=192" alt="JSPWiki LDAP standard user" title="JSPWikiLDAPStandardUser" width="300" height="192" class="alignnone size-medium wp-image-2035" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/davekoelmeyer.wordpress.com/2007/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/davekoelmeyer.wordpress.com/2007/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/davekoelmeyer.wordpress.com/2007/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/davekoelmeyer.wordpress.com/2007/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/davekoelmeyer.wordpress.com/2007/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/davekoelmeyer.wordpress.com/2007/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/davekoelmeyer.wordpress.com/2007/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/davekoelmeyer.wordpress.com/2007/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/davekoelmeyer.wordpress.com/2007/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/davekoelmeyer.wordpress.com/2007/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/davekoelmeyer.wordpress.com/2007/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/davekoelmeyer.wordpress.com/2007/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/davekoelmeyer.wordpress.com/2007/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/davekoelmeyer.wordpress.com/2007/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.davekoelmeyer.co.nz&amp;blog=10965506&amp;post=2007&amp;subd=davekoelmeyer&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.davekoelmeyer.co.nz/2012/01/28/container-based-authentication-with-jspwiki-glassfish-and-opendj/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9846be8792b1632a222359b81de1e91c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">davekoelmeyer</media:title>
		</media:content>

		<media:content url="http://davekoelmeyer.files.wordpress.com/2012/01/jspwikigroupsinopendj.png?w=242" medium="image">
			<media:title type="html">JSPWikiGroupsInOpenDJ</media:title>
		</media:content>

		<media:content url="http://davekoelmeyer.files.wordpress.com/2012/01/glassfishserverconfignode.png?w=221" medium="image">
			<media:title type="html">GlassFishServerConfigNode</media:title>
		</media:content>

		<media:content url="http://davekoelmeyer.files.wordpress.com/2012/01/glassfishldapsecurityrealm.png?w=300" medium="image">
			<media:title type="html">GlassFishLDAPSecurityRealm</media:title>
		</media:content>

		<media:content url="http://davekoelmeyer.files.wordpress.com/2012/01/glassfishjaccsimpleprovider.png?w=300" medium="image">
			<media:title type="html">GlassFishJACCSimpleProvider</media:title>
		</media:content>

		<media:content url="http://davekoelmeyer.files.wordpress.com/2012/01/jspwikildapadminuser.png?w=300" medium="image">
			<media:title type="html">JSPWikiLDAPAdminUser</media:title>
		</media:content>

		<media:content url="http://davekoelmeyer.files.wordpress.com/2012/01/jspwikildapstandarduser.png?w=300" medium="image">
			<media:title type="html">JSPWikiLDAPStandardUser</media:title>
		</media:content>
	</item>
		<item>
		<title>The mere mortals&#8217; guide to setting up Gmail with Thunderbird</title>
		<link>http://blog.davekoelmeyer.co.nz/2012/01/26/the-mere-mortals-guide-to-setting-up-gmail-with-thunderbird/</link>
		<comments>http://blog.davekoelmeyer.co.nz/2012/01/26/the-mere-mortals-guide-to-setting-up-gmail-with-thunderbird/#comments</comments>
		<pubDate>Thu, 26 Jan 2012 10:42:10 +0000</pubDate>
		<dc:creator>davekoelmeyer</dc:creator>
				<category><![CDATA[Thunderbird]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Thunderbird Gmail Google IMAP]]></category>

		<guid isPermaLink="false">http://blog.davekoelmeyer.co.nz/?p=1984</guid>
		<description><![CDATA[After throwing my toys out of the cot regarding Google&#8217;s attempts to shoehorn stupid features into their mail offering in an attempt to turn email into something it&#8217;s not, I thought I&#8217;d blog the settings I use in both the Gmail web interface and Thunderbird to get it behaving sanely over IMAP. So, if you&#8217;d [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.davekoelmeyer.co.nz&amp;blog=10965506&amp;post=1984&amp;subd=davekoelmeyer&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>After <a href="http://blog.davekoelmeyer.co.nz/2012/01/08/the-new-gmail-sucks-especially-for-imap-users/" target="_blank">throwing my toys out of the cot</a> regarding Google&#8217;s attempts to shoehorn stupid features into their mail offering in an attempt to turn email into something it&#8217;s not, I thought I&#8217;d blog the settings I use in both the Gmail web interface and Thunderbird to get it behaving sanely over IMAP.</p>
<p>So, if you&#8217;d like to use Thunderbird with Gmail and be able to do the following:</p>
<ul>
<li>deal with a <em>single</em> copy of each mail item</li>
<li>be able to sort that copy into a folder</li>
<li>delete mail items and have them go into a Trash folder, which you can then empty</li>
<li>just generally and basically have it work without it getting in the way&#8230;</li>
</ul>
<p>Then read on! </p>
<p>&nbsp;</p>
<p>I am using Thunderbird 9.0 on OpenIndiana oi_151a, and a Google Apps account for my Gmail. I am assuming you have first already enabled IMAP support in Gmail, but have yet to create an IMAP connection to it in Thunderbird.</p>
<p>&nbsp;</p>
<p>First, let&#8217;s prevent Gmail&#8217;s new, &#8220;special&#8221; folders from appearing in Thunderbird. This a) reduces a great deal of interface confusion for Thunderbird users, and b) prevents a <strong>duplicate copy of every single email</strong> from being created in Thunderbird thanks to the <em>&#8220;All Mail&#8221;</em> folder. Don&#8217;t think too hard about it, just log into the Gmail web interface, go to <em>Settings -&gt; Labels</em>, and apply the settings as highlighted in the following:</p>
<p><a href="http://davekoelmeyer.files.wordpress.com/2012/01/gmaillabelsimapsettings.png"><img src="http://davekoelmeyer.files.wordpress.com/2012/01/gmaillabelsimapsettings.png?w=300&#038;h=187" alt="Gmail settings - disable Labels for IMAP users" title="GmailLabelsIMAPSettings" width="300" height="187" class="alignnone size-medium wp-image-1986" /></a></p>
<p>&nbsp;</p>
<p>Next, configure an IMAP connection to your Gmail account in Thunderbird. Once the account is visible in your client, make particular note of the set of folders visible under the funny-looking <em>&#8220;[Gmail]&#8220;</em> folder &#8211; it should look like the following:</p>
<p><a href="http://davekoelmeyer.files.wordpress.com/2012/01/thunderbirdgmailimap-1.png"><img src="http://davekoelmeyer.files.wordpress.com/2012/01/thunderbirdgmailimap-1.png?w=239&#038;h=300" alt="Gmail special folders in Thunderbird" title="ThunderbirdGmailIMAP-1" width="239" height="300" class="alignnone size-medium wp-image-1988" /></a></p>
<p>&nbsp;</p>
<p>Now let&#8217;s configure Thunderbird such that when you delete an email, it goes into the Gmail <em>Trash</em> folder, and from there if you empty the <em>Trash</em> folder, the message is permanently deleted. No, don&#8217;t ask why I am stating the bloody obvious, just observe the following settings for the Gmail account in Thunderbird (and note that this runs counter to the completely bizarre &#8220;recommended IMAP settings&#8221; Google would have you use). Make sure that the <em>Trash</em> folder you reference is the one that sits under the <em>[Gmail]</em> folder:</p>
<p><a href="http://davekoelmeyer.files.wordpress.com/2012/01/gmailthunderbirdaccountsettings-1.png"><img src="http://davekoelmeyer.files.wordpress.com/2012/01/gmailthunderbirdaccountsettings-1.png?w=276&#038;h=300" alt="Trash settings in Thunderbird for Gmail" title="GmailThunderbirdAccountSettings-1" width="276" height="300" class="alignnone size-medium wp-image-1990" /></a></p>
<p>Test this by deleting a message from your <em>Inbox</em> or whatever &#8211; it should go into the <em>[Gmail] -&gt; Trash</em> folder, and you should be able to right click on that folder and empty it to permanently delete items.</p>
<p>&nbsp;</p>
<p>Disable Thunderbird&#8217;s junk email detection for the Gmail account:</p>
<p><a href="http://davekoelmeyer.files.wordpress.com/2012/01/gmailthunderbirdimapjunksettings.png"><img src="http://davekoelmeyer.files.wordpress.com/2012/01/gmailthunderbirdimapjunksettings.png?w=300&#038;h=170" alt="Thunderbird - disable Junk email detection for Gmail accounts" title="GmailThunderbirdIMAPJunkSettings" width="300" height="170" class="alignnone size-medium wp-image-1992" /></a></p>
<p>&nbsp;</p>
<p>Finally, and this is referenced in Google&#8217;s documentation, if you are sending mail out through Google&#8217;s SMTP server, then make sure that you are not also saving a copy in the <em>Sent Mail</em> folder for the account. Again confusing, because this is naturally what you would <em>want</em> to do for an IMAP account &#8211; but as it happens Gmail will save a copy automatically in the <em>[Gmail] -&gt; Sent Mail</em> folder if you use their outbound server (which I do). I use the following settings for copies of sent mail, and any other copies:</p>
<p><a href="http://davekoelmeyer.files.wordpress.com/2012/01/gmailthunderbirdimapcopiessettings.png"><img src="http://davekoelmeyer.files.wordpress.com/2012/01/gmailthunderbirdimapcopiessettings.png?w=254&#038;h=300" alt="Disable saving copies of sent mail for Gmail in Thunderbird" title="GmailThunderbirdIMAPCopiesSettings" width="254" height="300" class="alignnone size-medium wp-image-2000" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/davekoelmeyer.wordpress.com/1984/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/davekoelmeyer.wordpress.com/1984/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/davekoelmeyer.wordpress.com/1984/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/davekoelmeyer.wordpress.com/1984/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/davekoelmeyer.wordpress.com/1984/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/davekoelmeyer.wordpress.com/1984/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/davekoelmeyer.wordpress.com/1984/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/davekoelmeyer.wordpress.com/1984/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/davekoelmeyer.wordpress.com/1984/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/davekoelmeyer.wordpress.com/1984/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/davekoelmeyer.wordpress.com/1984/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/davekoelmeyer.wordpress.com/1984/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/davekoelmeyer.wordpress.com/1984/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/davekoelmeyer.wordpress.com/1984/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.davekoelmeyer.co.nz&amp;blog=10965506&amp;post=1984&amp;subd=davekoelmeyer&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.davekoelmeyer.co.nz/2012/01/26/the-mere-mortals-guide-to-setting-up-gmail-with-thunderbird/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9846be8792b1632a222359b81de1e91c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">davekoelmeyer</media:title>
		</media:content>

		<media:content url="http://davekoelmeyer.files.wordpress.com/2012/01/gmaillabelsimapsettings.png?w=300" medium="image">
			<media:title type="html">GmailLabelsIMAPSettings</media:title>
		</media:content>

		<media:content url="http://davekoelmeyer.files.wordpress.com/2012/01/thunderbirdgmailimap-1.png?w=239" medium="image">
			<media:title type="html">ThunderbirdGmailIMAP-1</media:title>
		</media:content>

		<media:content url="http://davekoelmeyer.files.wordpress.com/2012/01/gmailthunderbirdaccountsettings-1.png?w=276" medium="image">
			<media:title type="html">GmailThunderbirdAccountSettings-1</media:title>
		</media:content>

		<media:content url="http://davekoelmeyer.files.wordpress.com/2012/01/gmailthunderbirdimapjunksettings.png?w=300" medium="image">
			<media:title type="html">GmailThunderbirdIMAPJunkSettings</media:title>
		</media:content>

		<media:content url="http://davekoelmeyer.files.wordpress.com/2012/01/gmailthunderbirdimapcopiessettings.png?w=254" medium="image">
			<media:title type="html">GmailThunderbirdIMAPCopiesSettings</media:title>
		</media:content>
	</item>
		<item>
		<title>Oracle Solaris 11 has no license fees!!</title>
		<link>http://blog.davekoelmeyer.co.nz/2012/01/25/oracle-solaris-11-has-no-license-fees/</link>
		<comments>http://blog.davekoelmeyer.co.nz/2012/01/25/oracle-solaris-11-has-no-license-fees/#comments</comments>
		<pubDate>Wed, 25 Jan 2012 02:05:15 +0000</pubDate>
		<dc:creator>davekoelmeyer</dc:creator>
				<category><![CDATA[OpenSolaris]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[oracle solaris]]></category>

		<guid isPermaLink="false">http://blog.davekoelmeyer.co.nz/?p=1979</guid>
		<description><![CDATA[Seems that Oracle is busy pushing the boundaries of all that is disingenuous &#8211; as usual&#8230;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.davekoelmeyer.co.nz&amp;blog=10965506&amp;post=1979&amp;subd=davekoelmeyer&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Seems that Oracle is busy pushing the boundaries of <a href="http://blog.davekoelmeyer.co.nz/2010/11/11/oracles-virtualisation-bundles-have-no-license-costs/" target="_blank">all that is disingenuous</a> &#8211; as usual&#8230;</p>
<p><a href="http://davekoelmeyer.files.wordpress.com/2012/01/oraclelicensefees.png"><img src="http://davekoelmeyer.files.wordpress.com/2012/01/oraclelicensefees.png?w=300&#038;h=278" alt="Solaris 11 license fees" title="OracleLicenseFees" width="300" height="278" class="alignnone size-medium wp-image-1980" /></a></p>
<p><a href="http://davekoelmeyer.files.wordpress.com/2012/01/oraclesupportedhardware.png"><img src="http://davekoelmeyer.files.wordpress.com/2012/01/oraclesupportedhardware.png?w=300&#038;h=267" alt="Solaris 11 runs on any system" title="OracleSupportedHardware" width="300" height="267" class="alignnone size-medium wp-image-1981" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/davekoelmeyer.wordpress.com/1979/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/davekoelmeyer.wordpress.com/1979/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/davekoelmeyer.wordpress.com/1979/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/davekoelmeyer.wordpress.com/1979/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/davekoelmeyer.wordpress.com/1979/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/davekoelmeyer.wordpress.com/1979/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/davekoelmeyer.wordpress.com/1979/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/davekoelmeyer.wordpress.com/1979/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/davekoelmeyer.wordpress.com/1979/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/davekoelmeyer.wordpress.com/1979/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/davekoelmeyer.wordpress.com/1979/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/davekoelmeyer.wordpress.com/1979/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/davekoelmeyer.wordpress.com/1979/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/davekoelmeyer.wordpress.com/1979/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.davekoelmeyer.co.nz&amp;blog=10965506&amp;post=1979&amp;subd=davekoelmeyer&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.davekoelmeyer.co.nz/2012/01/25/oracle-solaris-11-has-no-license-fees/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9846be8792b1632a222359b81de1e91c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">davekoelmeyer</media:title>
		</media:content>

		<media:content url="http://davekoelmeyer.files.wordpress.com/2012/01/oraclelicensefees.png?w=300" medium="image">
			<media:title type="html">OracleLicenseFees</media:title>
		</media:content>

		<media:content url="http://davekoelmeyer.files.wordpress.com/2012/01/oraclesupportedhardware.png?w=300" medium="image">
			<media:title type="html">OracleSupportedHardware</media:title>
		</media:content>
	</item>
		<item>
		<title>Mobile Document Viewer &#8211; view ODF format files on Android</title>
		<link>http://blog.davekoelmeyer.co.nz/2012/01/24/mobile-document-viewer-view-odf-format-files-in-android/</link>
		<comments>http://blog.davekoelmeyer.co.nz/2012/01/24/mobile-document-viewer-view-odf-format-files-in-android/#comments</comments>
		<pubDate>Tue, 24 Jan 2012 08:46:13 +0000</pubDate>
		<dc:creator>davekoelmeyer</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[OpenOffice]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[LibreOffice]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://blog.davekoelmeyer.co.nz/?p=1973</guid>
		<description><![CDATA[One of the most perplexing omissions from Google&#8217;s Android OS feature set is native ODF file format support. The Android market has applications up the ass for viewing Microsoft Office format files, but there is a seeming dearth of applications which will allow you to view your LibreOffice (or OpenOffice&#8230;) documents. Given Android&#8217;s open source [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.davekoelmeyer.co.nz&amp;blog=10965506&amp;post=1973&amp;subd=davekoelmeyer&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>One of the most perplexing omissions from Google&#8217;s Android OS feature set is native ODF file format support. The Android market has applications up the ass for viewing Microsoft Office format files, but there is a seeming dearth of applications which will allow you to view your LibreOffice (or OpenOffice&#8230;) documents. Given Android&#8217;s open source nature, the lack of shipping support for ODF is puzzling.</p>
<p>Anyway, after have a sniff around I have found an application which on a basic level seems to work well enough &#8211; &#8220;Mobile Document Viewer&#8221;:</p>
<p><a href="https://market.android.com/details?id=de.joergjahnke.documentviewer.android.free&amp;feature=also_installed" target="_blank">https://market.android.com/details?id=de.joergjahnke.documentviewer.android.free&amp;feature=also_installed</a></p>
<p>Running it on an ASUS Eee Slider tablet, I loaded up one of my ODT files which I could open with no problems:</p>
<p><a href="http://davekoelmeyer.files.wordpress.com/2012/01/mobiledocumentviewer.png"><img src="http://davekoelmeyer.files.wordpress.com/2012/01/mobiledocumentviewer.png?w=156&#038;h=300" alt="Mobile Document Viewer on the ASUS Eee Slider tablet" title="MobileDocumentViewer" width="156" height="300" class="alignnone size-medium wp-image-1974" /></a></p>
<p>The application however converts the content to HTML and displays it in a browser window &#8211; so the formatting goes somewhat AWOL, but otherwise the content itself loads up fine. As a cute extra there is text-to-speech support, if you fancy having ODF files read aloud to you. </p>
<p>The free version is ad-supported (hence my message from &#8220;Elaine&#8221;&#8230;), but given the paltry fee for the full version this is a no-brainer purchase. </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/davekoelmeyer.wordpress.com/1973/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/davekoelmeyer.wordpress.com/1973/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/davekoelmeyer.wordpress.com/1973/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/davekoelmeyer.wordpress.com/1973/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/davekoelmeyer.wordpress.com/1973/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/davekoelmeyer.wordpress.com/1973/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/davekoelmeyer.wordpress.com/1973/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/davekoelmeyer.wordpress.com/1973/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/davekoelmeyer.wordpress.com/1973/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/davekoelmeyer.wordpress.com/1973/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/davekoelmeyer.wordpress.com/1973/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/davekoelmeyer.wordpress.com/1973/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/davekoelmeyer.wordpress.com/1973/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/davekoelmeyer.wordpress.com/1973/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.davekoelmeyer.co.nz&amp;blog=10965506&amp;post=1973&amp;subd=davekoelmeyer&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.davekoelmeyer.co.nz/2012/01/24/mobile-document-viewer-view-odf-format-files-in-android/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9846be8792b1632a222359b81de1e91c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">davekoelmeyer</media:title>
		</media:content>

		<media:content url="http://davekoelmeyer.files.wordpress.com/2012/01/mobiledocumentviewer.png?w=156" medium="image">
			<media:title type="html">MobileDocumentViewer</media:title>
		</media:content>
	</item>
		<item>
		<title>Forking GlassFish</title>
		<link>http://blog.davekoelmeyer.co.nz/2012/01/15/forking-glassfish/</link>
		<comments>http://blog.davekoelmeyer.co.nz/2012/01/15/forking-glassfish/#comments</comments>
		<pubDate>Sun, 15 Jan 2012 08:38:17 +0000</pubDate>
		<dc:creator>davekoelmeyer</dc:creator>
				<category><![CDATA[GlassFish]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Oracle]]></category>

		<guid isPermaLink="false">http://blog.davekoelmeyer.co.nz/?p=1951</guid>
		<description><![CDATA[After I made a couple of remarks via Twitter regarding my perceived increase in the amount of Oracle WebLogic marketing material being posted on the GlassFish Twitter, Facebook, and blogs.oracle.com pages &#8211; which given recent news I can fully understand a company like Oracle wanting to push at the expense of GlassFish Open Source Edition [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.davekoelmeyer.co.nz&amp;blog=10965506&amp;post=1951&amp;subd=davekoelmeyer&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://davekoelmeyer.files.wordpress.com/2012/01/open_glassfish.png"><img src="http://davekoelmeyer.files.wordpress.com/2012/01/open_glassfish.png?w=960" alt="GlassFish" title="open_glassfish"   class="alignnone size-full wp-image-1965" /></a></p>
<p>After I made a couple of remarks via Twitter regarding my <a href="http://blog.davekoelmeyer.co.nz/2011/12/12/oracle-weblogic-spam-in-the-glassfish-community/" target="_blank">perceived increase</a> in the amount of Oracle WebLogic marketing material being posted on the GlassFish Twitter, Facebook, and <a href="http://blogs.oracle.com/" target="_blank">blogs.oracle.com</a> pages &#8211; which given <a href="http://news.cnet.com/8301-13846_3-57355323-62/server-wars-open-source-java-vs-weblogic-and-websphere/" target="_blank">recent news</a> I can fully understand a company like Oracle wanting to push at the expense of GlassFish Open Source Edition &#8211; I was <a href="https://twitter.com/#!/alexismp/status/145031812605943808" target="_blank">asked by an Oracle staffer</a> what I would expect from a GlassFish fork.</p>
<p>For me this is less about expectation, and more about what I would hope from a fork, so what follows are some of my feelings in response to this. </p>
<p>&nbsp;</p>
<p>Seems like <a href="http://douglasdooley.blogspot.com/" target="_blank">I&#8217;m not the first person out there</a> to <a href="http://www.javaworld.com/community/node/4003" target="_blank">mull this over</a>, incidentally. </p>
<p>&nbsp;</p>
<p><strong>1)</strong> Some degree of security that Oracle won&#8217;t <a href="http://arstechnica.com/open-source/news/2010/08/solaris-still-sorta-open-but-opensolaris-distro-is-dead.ars" target="_blank">arbitrarily close the project with no official communication to either the community or customers</a>, because it conflicts with the <a href="http://www.networkworld.com/news/2011/062211-ibms-steve-mills-talks-oracle.html?page=1" target="_blank">primary, overriding money-making ethos at the heart of the company</a>. </p>
<p>&nbsp;</p>
<p><strong>2)</strong> Affordable professional support, with the confidence that support costs won&#8217;t <a href="http://www.theregister.co.uk/2010/11/03/oracle_mysql_price_hike/" target="_blank">unexpectedly and dramatically increase</a> (to use one of many examples), simply to satisfy what any reasonable person would call the <a href="http://online.wsj.com/article/SB10001424052970203499704576625341289900796.html" target="_blank">disgustingly</a> <a href="http://www.businessinsider.com/the-life-and-awesomeness-of-larry-ellison-2011-12" target="_blank">profligate</a> <a href="http://www.forbes.com/sites/eco-nomics/2011/06/02/billionaire-magnate-larry-ellison-settles-with-neighbors-in-bizarre-tree-lawsuit/" target="_blank">lifestyle</a> of one man.</p>
<p>&nbsp;</p>
<p><strong>3)</strong> Knowledge that it&#8217;s in the right hands, that is, <a href="http://forgerock.com/" target="_blank">developed by a company that understands open source</a>, participates in and nurtures a community, doesn&#8217;t have its <a href="http://www.oracle.com/technetwork/middleware/weblogic/overview/index.html" target="_blank"> own proprietary products competing for resources</a>, and, <a href="http://www.oracle.com/us/corporate/investor-relations/financials/10k-2011-423237.pdf" target="_blank">doesn&#8217;t identify by its own admission open source adoption as one of the key competitive threats to its own business model</a>. </p>
<p>&nbsp;</p>
<p>As far as I am concerned, Oracle has also really screwed up with the perception of its own developer talent. Even if I had confidence in Oracle regarding the above points, the increasingly relevant question is, would it be a product anyone would <em>want</em> to use? What other conclusion can a customer reach when the collective ex-Sun/Oracle developer talent responsible for breakthrough OS technologies (for example) are loudly and publicly <a href="http://www.youtube.com/watch?v=-zRN7XLCRhc&amp;feature=player_detailpage#t=2034s" target="_blank">questioning Oracle&#8217;s own competence</a> as a <a href="http://blog.davekoelmeyer.co.nz/2011/10/11/oracle-announces-dtrace-for-linux-dtrace-creators-rip-it-to-shreds/" target="_blank">technology provider</a>?</p>
<p>&nbsp;</p>
<p>There are other issues to note, but this will do for a start.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/davekoelmeyer.wordpress.com/1951/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/davekoelmeyer.wordpress.com/1951/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/davekoelmeyer.wordpress.com/1951/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/davekoelmeyer.wordpress.com/1951/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/davekoelmeyer.wordpress.com/1951/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/davekoelmeyer.wordpress.com/1951/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/davekoelmeyer.wordpress.com/1951/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/davekoelmeyer.wordpress.com/1951/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/davekoelmeyer.wordpress.com/1951/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/davekoelmeyer.wordpress.com/1951/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/davekoelmeyer.wordpress.com/1951/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/davekoelmeyer.wordpress.com/1951/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/davekoelmeyer.wordpress.com/1951/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/davekoelmeyer.wordpress.com/1951/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.davekoelmeyer.co.nz&amp;blog=10965506&amp;post=1951&amp;subd=davekoelmeyer&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.davekoelmeyer.co.nz/2012/01/15/forking-glassfish/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9846be8792b1632a222359b81de1e91c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">davekoelmeyer</media:title>
		</media:content>

		<media:content url="http://davekoelmeyer.files.wordpress.com/2012/01/open_glassfish.png" medium="image">
			<media:title type="html">open_glassfish</media:title>
		</media:content>
	</item>
		<item>
		<title>The new Gmail sucks (especially for IMAP users)</title>
		<link>http://blog.davekoelmeyer.co.nz/2012/01/08/the-new-gmail-sucks-especially-for-imap-users/</link>
		<comments>http://blog.davekoelmeyer.co.nz/2012/01/08/the-new-gmail-sucks-especially-for-imap-users/#comments</comments>
		<pubDate>Sun, 08 Jan 2012 00:06:15 +0000</pubDate>
		<dc:creator>davekoelmeyer</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Misc]]></category>
		<category><![CDATA[Thunderbird]]></category>

		<guid isPermaLink="false">http://blog.davekoelmeyer.co.nz/?p=1934</guid>
		<description><![CDATA[As part of the great Apple MobileMe/iCloud migration plan, I&#8217;ve been shifting my mail data into a Gmail account backed by Google Apps Premier edition. And boy, I must congratulate Google on taking what should have been an entirely predictable exercise and turning it into a right pain in the arse. Especially if you (shock, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.davekoelmeyer.co.nz&amp;blog=10965506&amp;post=1934&amp;subd=davekoelmeyer&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>As part of the great <a href="http://blog.davekoelmeyer.co.nz/2012/01/04/apple-mobileme-mail-sucked-and-now-icloud-does-as-well/">Apple MobileMe/iCloud migration plan</a>, I&#8217;ve been shifting my mail data into a Gmail account backed by Google Apps Premier edition. And boy, I must congratulate Google on taking what should have been an entirely predictable exercise and turning it into a right pain in the arse. Especially if you (shock, horror) want to access it from an IMAP client, which I do. </p>
<p>&nbsp;</p>
<p>First, let&#8217;s start with <em>&#8220;Labels&#8221;</em>. I guess the temptation for Google to resist inventing another cute term with slightly different functionality for a very old concept was too great to resist. Never mind that <em>&#8220;Labels&#8221;</em> are to all practical purposes the same as mail folders, let&#8217;s call them something different and confuse the shit out of people. I now have <em>&#8220;Labels&#8221;</em> in the Gmail web client, which are presented as standard IMAP folders in my Thunderbird client. Great &#8211; two different sets of terminology to have to deal with and explain to clients. </p>
<p>So you can apply <em>&#8220;Labels&#8221;</em> to more than one conversation &#8211; big deal. Why can&#8217;t we just stick to folders and search folders? (And talking about &#8220;conversation&#8221; (i.e. threaded) view mode, let&#8217;s make that the default mail view and stick the setting deep into the preferences just to really annoy anyone who&#8217;d like to turn it off).</p>
<p>Even worse, Gmail now has <em>&#8220;System Labels&#8221;</em>, and these get pulled into your IMAP client, sitting under their own curious <em>&#8220;Gmail&#8221;</em> subfolder:</p>
<p><a href="http://davekoelmeyer.files.wordpress.com/2012/01/thundergmailsystemlabels-2.png"><img src="http://davekoelmeyer.files.wordpress.com/2012/01/thundergmailsystemlabels-2.png?w=960" alt="Gmail system labels in Thunderbird" title="ThunderGmailSystemLabels-2"   class="alignnone size-full wp-image-1941" /></a></p>
<p>This is where the whole label/folder distinction really breaks down. At least you can disable these from appearing in your IMAP client via Gmail preferences:</p>
<p><a href="http://davekoelmeyer.files.wordpress.com/2012/01/gmailsystemlabels.png"><img src="http://davekoelmeyer.files.wordpress.com/2012/01/gmailsystemlabels.png?w=300&#038;h=140" alt="Disable system labels for IMAP users" title="GMailSystemLabels" width="300" height="140" class="alignnone size-medium wp-image-1937" /></a></p>
<p>Moving on to mail rules &#8211; whoops, sorry, I mean <em>&#8220;Filters&#8221;</em> as they are known in Gmail. So I set up a mail sorting <em>&#8220;Filter&#8221;</em> to sort mail addressed to one of the many mailing lists I subscribe to into a <em>&#8220;Label&#8221;</em>. Seemed straightforward enough, but for some reason I still received a copy as well in my inbox. Well, you have to make a manual setting for that too &#8211; and confusingly it&#8217;s a setting called <em>&#8220;Skip the Inbox (Archive it)&#8221;</em></p>
<p><a href="http://davekoelmeyer.files.wordpress.com/2012/01/ekigafilter.png"><img src="http://davekoelmeyer.files.wordpress.com/2012/01/ekigafilter.png?w=247&#038;h=300" alt="Gmail filter settings" title="EkigaFilter" width="247" height="300" class="alignnone size-medium wp-image-1945" /></a></p>
<p>I can understand the &#8220;Skip the Inbox&#8230;&#8221; bit, but why the reference to archiving it? I just want to <strong>move the fucking thing to another folder and that&#8217;s all</strong>. </p>
<p>&nbsp;</p>
<p>So assuming you&#8217;ve jumped through these hoops just to get your IMAP client in order, you now have to deal with Gmail&#8217;s most perplexing &#8220;feature&#8221; &#8211; the <em>&#8220;All Mail&#8221;</em> folder. I have absolutely no idea why this is even present, nor what function it is supposed to serve. Straight from the documentation:<br />
<em><br />
&#8220;Gmail/All Mail contains all of your messages in Gmail, including your sent and archived messages. Any messages that you see in your inbox will also appear in the Gmail/All Mail folder.&#8221;</em></p>
<p>Um, why?</p>
<p>Anyway, worst of all let&#8217;s assume you have some 20,000 mail items (like I do) spread across several <em>&#8220;Labels&#8221;</em>, or <em>&#8220;Folders&#8221;</em>, or whatever Google are calling it this year. Assuming you haven&#8217;t used the above IMAP settings in Gmail to prevent the <em>&#8220;All Mail&#8221;</em> label from appearing in your IMAP client, you can expect all 20,000 of those items to be pulled down <strong>in duplicate</strong> into your IMAP <em>&#8220;All Mail&#8221;</em> folder. Sheer genius!</p>
<p>&nbsp;</p>
<p>So in summary, not a fan at all. I&#8217;m using Google Apps mail basically just for the uptime SLA, but otherwise it&#8217;s confusing if you aren&#8217;t using the Gmail web interface, it looks like it was thought out by a bunch of computer science undergrads for a project of some sort, and in general the whole thing just stinks of an effort to make it as frustrating as possible for IMAP users short of having the whole thing not work at all. Read: <em>&#8220;Use our browser, and the native web interface, and you won&#8217;t have any problems at all!&#8221;</em>. Mmm, I love the smell of lock-in in the morning.</p>
<p>On that last note:</p>
<p><a href="http://davekoelmeyer.files.wordpress.com/2012/01/gmaildesktopnotifications.png"><img src="http://davekoelmeyer.files.wordpress.com/2012/01/gmaildesktopnotifications.png?w=300&#038;h=91" alt="Gmail desktop notifications unavailable" title="GmailDesktopNotifications" width="300" height="91" class="alignnone size-medium wp-image-1946" /></a></p>
<p>This sort of thing makes Google <em>absolutely no different to Microsoft</em> in this regard. </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/davekoelmeyer.wordpress.com/1934/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/davekoelmeyer.wordpress.com/1934/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/davekoelmeyer.wordpress.com/1934/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/davekoelmeyer.wordpress.com/1934/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/davekoelmeyer.wordpress.com/1934/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/davekoelmeyer.wordpress.com/1934/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/davekoelmeyer.wordpress.com/1934/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/davekoelmeyer.wordpress.com/1934/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/davekoelmeyer.wordpress.com/1934/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/davekoelmeyer.wordpress.com/1934/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/davekoelmeyer.wordpress.com/1934/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/davekoelmeyer.wordpress.com/1934/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/davekoelmeyer.wordpress.com/1934/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/davekoelmeyer.wordpress.com/1934/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.davekoelmeyer.co.nz&amp;blog=10965506&amp;post=1934&amp;subd=davekoelmeyer&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.davekoelmeyer.co.nz/2012/01/08/the-new-gmail-sucks-especially-for-imap-users/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9846be8792b1632a222359b81de1e91c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">davekoelmeyer</media:title>
		</media:content>

		<media:content url="http://davekoelmeyer.files.wordpress.com/2012/01/thundergmailsystemlabels-2.png" medium="image">
			<media:title type="html">ThunderGmailSystemLabels-2</media:title>
		</media:content>

		<media:content url="http://davekoelmeyer.files.wordpress.com/2012/01/gmailsystemlabels.png?w=300" medium="image">
			<media:title type="html">GMailSystemLabels</media:title>
		</media:content>

		<media:content url="http://davekoelmeyer.files.wordpress.com/2012/01/ekigafilter.png?w=247" medium="image">
			<media:title type="html">EkigaFilter</media:title>
		</media:content>

		<media:content url="http://davekoelmeyer.files.wordpress.com/2012/01/gmaildesktopnotifications.png?w=300" medium="image">
			<media:title type="html">GmailDesktopNotifications</media:title>
		</media:content>
	</item>
		<item>
		<title>Hot software, and why you really, really, really shouldn&#8217;t touch it</title>
		<link>http://blog.davekoelmeyer.co.nz/2012/01/06/hot-software-and-why-you-really-really-really-shouldnt-touch-it/</link>
		<comments>http://blog.davekoelmeyer.co.nz/2012/01/06/hot-software-and-why-you-really-really-really-shouldnt-touch-it/#comments</comments>
		<pubDate>Fri, 06 Jan 2012 02:50:50 +0000</pubDate>
		<dc:creator>davekoelmeyer</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://blog.davekoelmeyer.co.nz/?p=1889</guid>
		<description><![CDATA[I seem to spend an inordinate amount of time both in my professional and personal spheres explaining to clients and friends the concept of how proprietary software is licensed, and why using it for business or potential business purposes outside of the license terms is generally an incredibly unwise (i.e. stupid) and extremely risky practice. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.davekoelmeyer.co.nz&amp;blog=10965506&amp;post=1889&amp;subd=davekoelmeyer&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I seem to spend an inordinate amount of time both in my professional and personal spheres explaining to clients and friends the concept of how proprietary software is licensed, and why using it for business or potential business purposes outside of the license terms is generally an incredibly unwise (i.e. stupid) and extremely risky practice.</p>
<p>It&#8217;s also not helped by working in a huge institution which secures site licenses for what would otherwise be very expensive applications (or suites of applications) &#8211; and the confusion this creates (in creating a false impression that software is generally something that doesn&#8217;t cost a lot of money) requires double the effort in explaining to users why they can&#8217;t just use the site-licensed application wherever they please (e.g. at home, overseas etc.). Not to mention the sticker shock when you inform a user how much they would expect to pay retail for the same product (<em>&#8220;What do you mean it costs $2000? I get it for free here!&#8221;</em>)</p>
<p>&nbsp;</p>
<p>I therefore thought it would be worth my while to blog something which is more a collection of links and recommended reading on this topic. If you&#8217;ve ended up here through means other than a general web search or a link from somewhere else, chances are I&#8217;ve directed you here myself &#8211; as I believe you are probably in need of some free advice. This entry is pertaining most to those who run small businesses, or contract work to businesses. Let&#8217;s start.</p>
<p>&nbsp;</p>
<p>I was originally going to open by stating that the first misconception (as far as I am concerned) a lot of people have is that the BSA and other licensing enforcement (i.e. anti-piracy) agencies don&#8217;t bother going after small companies, instead focusing on much larger fish &#8211; but I realised that for a lot of people the concept that any enforcement <em>at all</em> takes place is probably an alien one (i.e. <em>&#8220;What&#8217;s the BSA?&#8221;</em>).  </p>
<p>&nbsp;</p>
<p>So, yes &#8211; commercial software vendors <em>do</em> have enforcement arms. Here&#8217;s one:</p>
<p><a href="http://www.bsa.org/GlobalHome.aspx" target="_blank">http://www.bsa.org/GlobalHome.aspx</a></p>
<p>&nbsp;</p>
<p>And here&#8217;s another:</p>
<p><a href="http://www.theesa.com/" target="_blank">http://www.theesa.com/</a></p>
<p>&nbsp;</p>
<p>Their member companies include every major software vendor whose products you&#8217;ve ever heard of and used.</p>
<p>&nbsp;</p>
<p>Okay, but surely they would only bother with large businesses, right? <strong>Wrongo</strong>. <a href="http://www.networkworld.com/newsletters/sbt/2006/0605networker3.html?page=1" target="_blank">Here&#8217;s a great article</a> that states that in fact the BSA <em>&#8220;&#8230;goes after medium, small and tiny businesses&#8230;the biggest myth is that small and medium businesses don&#8217;t need to worry. But actually they&#8217;re at greatest risk&#8230;BSA Director of Enforcement Jenny Blank says <strong>they&#8217;ve gone after companies with &#8216;a handful&#8217; of computers&#8230;</strong>&#8220;<br />
</em></p>
<p>Read that again &#8211; <em>&#8220;a handful of computers&#8221;</em>. Run a small creative firm and not <em>quite</em> licensed for Adobe CS or Microsoft Office? Well, <a href="http://www.theregister.co.uk/2005/03/04/software_piracy_actions_2004/" target="_blank">you should be especially worried</a>.</p>
<p>&nbsp;</p>
<p>But how would an agency like the BSA even find out? Well, they&#8217;ve figured out one quite nifty way of doing so, and it goes like this:</p>
<p><a href="https://reporting.bsa.org/r/report/add.aspx?src=us&amp;ln=en-us" target="_blank">https://reporting.bsa.org/r/report/add.aspx?src=us&amp;ln=en-us</a></p>
<p>Know someone using hot software? <a href="https://reporting.bsa.org/r/report/usa/rewardsconditions.aspx" target="_blank">Earn money now!!</a> (and please, direct your gaze to the table headed <em>&#8220;Reward Payment Guidelines&#8221;</em>: potential reward payments of up to a <strong>million bucks US</strong>? Sounds like a no-brainer to me.)</p>
<p>&nbsp;</p>
<p>On that note, if you&#8217;re a manager, either knowingly or unknowingly using hot software in your operation (the BSA <em>et al</em> don&#8217;t care either way) <em>and</em> you&#8217;ve pissed off your employees to boot &#8211; <a href="http://www.networkworld.com/newsletters/sbt/2006/0626networker3.html" target="_blank">then you might just have extra cause for concern</a>: <em>&#8220;&#8230;What motivates people to call the BSA? Blank: &#8216;It&#8217;s hard to know. Often they are the <strong>stereotypical disgruntled former employee</strong>. But the issue is not what motivated them, but do they have a story to tell us&#8217;&#8230;&#8221;</em></p>
<p>&nbsp;</p>
<p>Right, so when you eventually receive an audit notice from the BSA (for example), you get down to the nitty gritty of proving you&#8217;ve paid for a license or licenses for the software you are using (<em>not</em> that you <em>own</em> the software &#8211; it doesn&#8217;t work like that). Assuming you&#8217;ve kept your nose clean, should be a pretty straightforward task, right? <a href="http://www.networkworld.com/newsletters/sbt/2006/0612networker3.html?page=1" target="_blank">Well think again, and read this</a>: <em>&#8220;&#8230;In my last column I mentioned some of the things you and I would consider proof that we acquired our software legally, such as having the original disks, packing material, and paper or folder with the Registration Key. <strong>Answer from the BSA: none of that proves you own your software</strong>&#8230;&#8221;</em>  </p>
<p>&nbsp;</p>
<p>Finally (for now at least), here&#8217;s a fantastically entertaining read on what and what not to do when audited (including why you can&#8217;t just ignore an audit letter). This is recommended reading in full:</p>
<p><a href="http://www.baselinemag.com/c/a/Projects-Management/What-to-Do-When-You-Receive-a-BSA-Audit-Letter/" target="_blank">http://www.baselinemag.com/c/a/Projects-Management/What-to-Do-When-You-Receive-a-BSA-Audit-Letter/</a></p>
<p>And lest any small business owner think it&#8217;s all about the money (as if the astronomical sums involved were not nightmare enough), there is some valuable advice given at the end of the piece, about the additional damage to a brand this sort of thing can cause. I mean, there&#8217;s nothing quite like having your company <a href="http://www.bsa.org/country/News%20and%20Events/News%20Archives/en/2011/en-09082011-consultingnyc.aspx" target="_blank">all over the industry press</a> for using illegal software, regardless of whether you are a <a href="http://www.channelregister.co.uk/2008/02/12/bsa_us_unlicensed_software_claims/" target="_blank">dentist or a door maker</a>.</p>
<p>&nbsp;</p>
<p>My advice:</p>
<p>1) If you knowingly use illegally obtained software, <strong>don&#8217;t.</strong><br />
2) If you unknowingly use illegally obtained software, <strong>then find out stat.</strong><br />
3) <strong>Get compliant and stay that way.</strong><br />
4) And perhaps most importantly in my opinion: <strong>replace proprietary software with Free and Open Source Software equivalents where possible and practical.</strong></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/davekoelmeyer.wordpress.com/1889/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/davekoelmeyer.wordpress.com/1889/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/davekoelmeyer.wordpress.com/1889/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/davekoelmeyer.wordpress.com/1889/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/davekoelmeyer.wordpress.com/1889/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/davekoelmeyer.wordpress.com/1889/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/davekoelmeyer.wordpress.com/1889/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/davekoelmeyer.wordpress.com/1889/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/davekoelmeyer.wordpress.com/1889/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/davekoelmeyer.wordpress.com/1889/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/davekoelmeyer.wordpress.com/1889/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/davekoelmeyer.wordpress.com/1889/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/davekoelmeyer.wordpress.com/1889/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/davekoelmeyer.wordpress.com/1889/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.davekoelmeyer.co.nz&amp;blog=10965506&amp;post=1889&amp;subd=davekoelmeyer&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.davekoelmeyer.co.nz/2012/01/06/hot-software-and-why-you-really-really-really-shouldnt-touch-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9846be8792b1632a222359b81de1e91c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">davekoelmeyer</media:title>
		</media:content>
	</item>
		<item>
		<title>Openfire, Kraken, and the Facebook Messenger application</title>
		<link>http://blog.davekoelmeyer.co.nz/2012/01/04/openfire-kraken-and-the-facebook-messenger-application/</link>
		<comments>http://blog.davekoelmeyer.co.nz/2012/01/04/openfire-kraken-and-the-facebook-messenger-application/#comments</comments>
		<pubDate>Wed, 04 Jan 2012 22:20:57 +0000</pubDate>
		<dc:creator>davekoelmeyer</dc:creator>
				<category><![CDATA[Conferencing]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Openfire]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://blog.davekoelmeyer.co.nz/?p=1884</guid>
		<description><![CDATA[Just a quick duplicate post for an issue which I have encountered using this combination of applications. You can view the forum entry here: Messages sent via the Facebook Messenger app may not be delivered via Kraken<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.davekoelmeyer.co.nz&amp;blog=10965506&amp;post=1884&amp;subd=davekoelmeyer&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Just a quick duplicate post for an issue which I have encountered using this combination of applications. You can view the forum entry here:</p>
<p><a href="http://community.igniterealtime.org/message/219566#219566" target="_blank">Messages sent via the Facebook Messenger app may not be delivered via Kraken</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/davekoelmeyer.wordpress.com/1884/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/davekoelmeyer.wordpress.com/1884/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/davekoelmeyer.wordpress.com/1884/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/davekoelmeyer.wordpress.com/1884/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/davekoelmeyer.wordpress.com/1884/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/davekoelmeyer.wordpress.com/1884/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/davekoelmeyer.wordpress.com/1884/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/davekoelmeyer.wordpress.com/1884/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/davekoelmeyer.wordpress.com/1884/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/davekoelmeyer.wordpress.com/1884/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/davekoelmeyer.wordpress.com/1884/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/davekoelmeyer.wordpress.com/1884/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/davekoelmeyer.wordpress.com/1884/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/davekoelmeyer.wordpress.com/1884/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.davekoelmeyer.co.nz&amp;blog=10965506&amp;post=1884&amp;subd=davekoelmeyer&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.davekoelmeyer.co.nz/2012/01/04/openfire-kraken-and-the-facebook-messenger-application/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9846be8792b1632a222359b81de1e91c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">davekoelmeyer</media:title>
		</media:content>
	</item>
		<item>
		<title>Apple MobileMe Mail sucked, and now iCloud does as well</title>
		<link>http://blog.davekoelmeyer.co.nz/2012/01/04/apple-mobileme-mail-sucked-and-now-icloud-does-as-well/</link>
		<comments>http://blog.davekoelmeyer.co.nz/2012/01/04/apple-mobileme-mail-sucked-and-now-icloud-does-as-well/#comments</comments>
		<pubDate>Wed, 04 Jan 2012 00:18:19 +0000</pubDate>
		<dc:creator>davekoelmeyer</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://blog.davekoelmeyer.co.nz/?p=1877</guid>
		<description><![CDATA[Well, I guess it was too much to expect: Endless intermittent errors, a dog-slow web interface that takes an absolute age to start up, and stupid-long wait times just to see the contents of a mail folder. Garbage. At least the price is right now (i.e. free)&#8230;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.davekoelmeyer.co.nz&amp;blog=10965506&amp;post=1877&amp;subd=davekoelmeyer&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Well, <a href="http://blog.davekoelmeyer.co.nz/2011/09/12/apple-mobileme-mail-is-a-steaming-pile-of-dung/" target="_blank">I guess it was too much to expect</a>:</p>
<p><a href="http://davekoelmeyer.files.wordpress.com/2012/01/icloudstillsucks.png"><img src="http://davekoelmeyer.files.wordpress.com/2012/01/icloudstillsucks.png?w=300&#038;h=257" alt="iCloud Mail sucks" title="iCloudStillSucks" width="300" height="257" class="alignnone size-medium wp-image-1878" /></a></p>
<p><a href="http://davekoelmeyer.files.wordpress.com/2012/01/icloudsuckstoo.png"><img src="http://davekoelmeyer.files.wordpress.com/2012/01/icloudsuckstoo.png?w=300&#038;h=232" alt="iCloud Mail sucks some more..." title="iCloudSucksToo" width="300" height="232" class="alignnone size-medium wp-image-1879" /></a></p>
<p>Endless intermittent errors, a dog-slow web interface that takes an absolute age to start up, and stupid-long wait times just to see the contents of a mail folder. Garbage. </p>
<p>At least the price is right now (i.e. free)&#8230;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/davekoelmeyer.wordpress.com/1877/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/davekoelmeyer.wordpress.com/1877/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/davekoelmeyer.wordpress.com/1877/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/davekoelmeyer.wordpress.com/1877/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/davekoelmeyer.wordpress.com/1877/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/davekoelmeyer.wordpress.com/1877/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/davekoelmeyer.wordpress.com/1877/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/davekoelmeyer.wordpress.com/1877/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/davekoelmeyer.wordpress.com/1877/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/davekoelmeyer.wordpress.com/1877/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/davekoelmeyer.wordpress.com/1877/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/davekoelmeyer.wordpress.com/1877/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/davekoelmeyer.wordpress.com/1877/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/davekoelmeyer.wordpress.com/1877/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.davekoelmeyer.co.nz&amp;blog=10965506&amp;post=1877&amp;subd=davekoelmeyer&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.davekoelmeyer.co.nz/2012/01/04/apple-mobileme-mail-sucked-and-now-icloud-does-as-well/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9846be8792b1632a222359b81de1e91c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">davekoelmeyer</media:title>
		</media:content>

		<media:content url="http://davekoelmeyer.files.wordpress.com/2012/01/icloudstillsucks.png?w=300" medium="image">
			<media:title type="html">iCloudStillSucks</media:title>
		</media:content>

		<media:content url="http://davekoelmeyer.files.wordpress.com/2012/01/icloudsuckstoo.png?w=300" medium="image">
			<media:title type="html">iCloudSucksToo</media:title>
		</media:content>
	</item>
		<item>
		<title>2011 in review</title>
		<link>http://blog.davekoelmeyer.co.nz/2012/01/01/2011-in-review/</link>
		<comments>http://blog.davekoelmeyer.co.nz/2012/01/01/2011-in-review/#comments</comments>
		<pubDate>Sun, 01 Jan 2012 06:59:24 +0000</pubDate>
		<dc:creator>davekoelmeyer</dc:creator>
				<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://blog.davekoelmeyer.co.nz/?p=1875</guid>
		<description><![CDATA[The WordPress.com stats helper monkeys prepared a 2011 annual report for this blog. Here&#8217;s an excerpt: The concert hall at the Syndey Opera House holds 2,700 people. This blog was viewed about 34,000 times in 2011. If it were a concert at Sydney Opera House, it would take about 13 sold-out performances for that many [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.davekoelmeyer.co.nz&amp;blog=10965506&amp;post=1875&amp;subd=davekoelmeyer&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The WordPress.com stats helper monkeys prepared a 2011 annual report for this blog.</p>
<div style="background:url('/wp-content/mu-plugins/annual-reports/img/emailteaser.jpg') no-repeat center center;height:300px;"></div>
<p>Here&#8217;s an excerpt:</p>
</p>
<blockquote><p>The concert hall at the Syndey Opera House holds 2,700 people.  This blog was viewed about <strong>34,000</strong> times in 2011.  If it were a concert at Sydney Opera House, it would take about 13 sold-out performances for that many people to see it.</p></blockquote>
<p><a href="/2011/annual-report/">Click here to see the complete report.</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/davekoelmeyer.wordpress.com/1875/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/davekoelmeyer.wordpress.com/1875/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/davekoelmeyer.wordpress.com/1875/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/davekoelmeyer.wordpress.com/1875/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/davekoelmeyer.wordpress.com/1875/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/davekoelmeyer.wordpress.com/1875/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/davekoelmeyer.wordpress.com/1875/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/davekoelmeyer.wordpress.com/1875/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/davekoelmeyer.wordpress.com/1875/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/davekoelmeyer.wordpress.com/1875/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/davekoelmeyer.wordpress.com/1875/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/davekoelmeyer.wordpress.com/1875/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/davekoelmeyer.wordpress.com/1875/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/davekoelmeyer.wordpress.com/1875/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.davekoelmeyer.co.nz&amp;blog=10965506&amp;post=1875&amp;subd=davekoelmeyer&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.davekoelmeyer.co.nz/2012/01/01/2011-in-review/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9846be8792b1632a222359b81de1e91c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">davekoelmeyer</media:title>
		</media:content>
	</item>
	</channel>
</rss>
