tag:www.rhnh.net,2008:/emailEmail - Xavier Shay's Blog2007-11-03T10:29:31ZEnkiXavier Shaynotreal@rhnh.nettag:www.rhnh.net,2008:Post/2142007-11-03T10:23:00Z2007-11-03T10:29:31ZIntroducing Clerk Simon<p>Someone sends you an email and you want to add them to your <span class="caps">LDAP</span> address book, but your email client doesn’t support it <strong>cough</strong>thunderbird<strong>cough</strong>. If you think the next best way would be to just forward that email somewhere and have someone else take care of it, then allow me to introduce <a href="http://code.rhnh.net/clerk_simon/README">Clerk Simon</a>. He’s quite attentive when it comes to such matters, and fully certified to boot. Full details at that link, check it out.</p><table class="CodeRay"><tr>
<td class="line_numbers" title="click to toggle" onclick="with (this.firstChild.style) { display = (display == '') ? 'none' : '' }"><pre>1<tt>
</tt>2<tt>
</tt>3<tt>
</tt>4<tt>
</tt></pre></td>
<td class="code"><pre ondblclick="with (this.style) { overflow = (overflow == 'auto' || overflow == '') ? 'visible' : 'auto' }">bzr co http://code.rhnh.net/clerk_simon/<tt>
</tt>cd clerk_simon<tt>
</tt>cp config.sample.yml config.yml # Edit to taste<tt>
</tt>bin/clerk_simon config.yml<tt>
</tt></pre></td>
</tr></table>
tag:www.rhnh.net,2008:Post/1992007-10-31T01:45:00Z2007-10-31T01:49:20ZGet with the times: IMAP<p>Last night I bought a fastmail account that I can use to host my rhnh.net mail. It supports <span class="caps">IMAP</span>. I really should have found out about this a long time ago, I’ve been living in the <span class="caps">POP</span> dark ages. I’m not going to list the benefits – many have done so before. I’m just going to say: If you’re still using <span class="caps">POP</span>, stop kidding yourself and get on to <span class="caps">IMAP</span>. Your quality of life will improve.</p>tag:www.rhnh.net,2008:Post/1152006-10-12T10:53:00Z2007-07-17T10:54:07ZGmail and PGP<p>Recently I set myself up to be able to use <span class="caps">PGP</span> signing and encryption with Thunderbird. Privacy: it’ll cure what ails ya. That’s all well and great when I’m at home, but it’s kind of hard to use my desktop when I’m roaming the wild savannah of Africa. The two webmail products I use don’t support <span class="caps">PGP</span> (gmail and the one provided by my hosting). So I’ve started work on a <a href="http://code.whytheluckystiff.net/mouseHole">mouseHole</a> script – <a href="http://rhnh.svnrepository.com/svn/public/ruby/pgpirate/">PgPirate</a> – that checks the code before it hits my browser and processes all the <span class="caps">PGP</span> stuff for me. Next step is to get it installed on a <span class="caps">USB</span> flash drive with <a href="http://whytheluckystiff.net/mouseHole/proxylike.user.rb">ProxyLike</a> so I can use it on most any other computer I happen to find myself using.</p>