<?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/"
	>

<channel>
	<title>http://bc-bd.org &#187; E61i</title>
	<atom:link href="http://bc-bd.org/blog/category/e61i/feed/" rel="self" type="application/rss+xml" />
	<link>http://bc-bd.org/blog</link>
	<description>this is not a blog</description>
	<lastBuildDate>Fri, 25 Jun 2010 14:06:30 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>E61, Putty, vim and the escape key</title>
		<link>http://bc-bd.org/blog/e61i/e61-putty-vim-and-the-escape-key/</link>
		<comments>http://bc-bd.org/blog/e61i/e61-putty-vim-and-the-escape-key/#comments</comments>
		<pubDate>Wed, 05 Mar 2008 07:53:02 +0000</pubDate>
		<dc:creator>bd</dc:creator>
				<category><![CDATA[E61i]]></category>

		<guid isPermaLink="false">http://bc-bd.org/blog/e61i/e61-putty-vim-and-the-escape-key/</guid>
		<description><![CDATA[Since the E61i has no escape key using vim is a rather interesting ordeal. I could send an escape key by pressing ctrl-chr, releasing ctrl, pressing chr again and select the opening braket.
Update The green key is also mapped to ESC  .
]]></description>
			<content:encoded><![CDATA[<p>Since the E61i has no escape key using vim is a rather interesting ordeal. I could send an escape key by pressing ctrl-chr, releasing ctrl, pressing chr again and select the opening braket.</p>
<p><strong>Update</strong> The green key is also mapped to ESC <img src='http://bc-bd.org/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> .</p>
]]></content:encoded>
			<wfw:commentRss>http://bc-bd.org/blog/e61i/e61-putty-vim-and-the-escape-key/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nokia E61i and exim4</title>
		<link>http://bc-bd.org/blog/debian/nokie-e61i-and-exim4/</link>
		<comments>http://bc-bd.org/blog/debian/nokie-e61i-and-exim4/#comments</comments>
		<pubDate>Fri, 29 Feb 2008 12:51:24 +0000</pubDate>
		<dc:creator>bd</dc:creator>
				<category><![CDATA[E61i]]></category>
		<category><![CDATA[debian]]></category>

		<guid isPermaLink="false">http://bc-bd.org/blog/debian/nokie-e61i-and-exim4/</guid>
		<description><![CDATA[Debian&#8217;s exim4 uses gnutls which has a feature that will not allow my E61i to use STARTTLS (see #438137) . Perhaps stunnel can help here &#8230;
Update: To advertise PLAIN authentication with exim4 for connections origination from localhost I used the following statement in my plaintext authentication configuration (broken into several lines for better readability):
server_advertise_condition =
 [...]]]></description>
			<content:encoded><![CDATA[<p>Debian&#8217;s exim4 uses gnutls which has a feature that will not allow my E61i to use STARTTLS (see <a href="http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=438137">#438137</a>) . Perhaps stunnel can help here &#8230;</p>
<p><strong>Update:</strong> To advertise PLAIN authentication with exim4 for connections origination from localhost I used the following statement in my plaintext authentication configuration (broken into several lines for better readability):</p>
<pre>server_advertise_condition =
 ${if or
  {
   {!eq{$tls_cipher}{}
  }
  {
   eq{$interface_address}{127.0.0.1}}
  }
  {yes}{no}
 }</pre>
<p>That way plaintext auhentication is allowed for TLS sessions or unencrypted sessions originating from localhost.</p>
<p>Using stunnel and a default ssmtp configuration I can now send mails from my mobile phone.</p>
]]></content:encoded>
			<wfw:commentRss>http://bc-bd.org/blog/debian/nokie-e61i-and-exim4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nokia E61i and Certificates</title>
		<link>http://bc-bd.org/blog/e61i/nokia-e61i-and-certificates/</link>
		<comments>http://bc-bd.org/blog/e61i/nokia-e61i-and-certificates/#comments</comments>
		<pubDate>Tue, 26 Feb 2008 16:32:43 +0000</pubDate>
		<dc:creator>bd</dc:creator>
				<category><![CDATA[E61i]]></category>

		<guid isPermaLink="false">http://bc-bd.org/blog/e61i/nokia-e61i-and-certificates/</guid>
		<description><![CDATA[Since I use a self signed certificate on my IMAP Server, my new E61i is complaining about an invalid certificate. I added the CA to my mobile by converting it to an x509 DER:
openssl x509 -outform der -in ca.pem -out ca.der
transfering the new file to the phone and opening it with the file manager.
]]></description>
			<content:encoded><![CDATA[<p>Since I use a self signed certificate on my IMAP Server, my new E61i is complaining about an invalid certificate. I added the CA to my mobile by converting it to an x509 DER:</p>
<pre>openssl x509 -outform der -in ca.pem -out ca.der</pre>
<p>transfering the new file to the phone and opening it with the file manager.</p>
]]></content:encoded>
			<wfw:commentRss>http://bc-bd.org/blog/e61i/nokia-e61i-and-certificates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
