<?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>Jkx@home &#187; imap</title>
	<atom:link href="http://www.larsen-b.com/tags/imap/feed" rel="self" type="application/rss+xml" />
	<link>http://www.larsen-b.com</link>
	<description>Titanium Exposé</description>
	<lastBuildDate>Mon, 26 Jul 2010 16:50:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Blog post / Mutt IMAP Cache Vs Courier-Cone ?</title>
		<link>http://www.larsen-b.com/Article/140.html</link>
		<comments>http://www.larsen-b.com/Article/140.html#comments</comments>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Utils]]></category>
		<category><![CDATA[imap]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[mutt]]></category>
		<category><![CDATA[sysadmin]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[The thing every blogger likes: Comments ? No ? Really ?
Anyways, i just added a RSS comment Feed to this blog. (No I won&#8217;t put the url somewhere since NewsAggregators eat a bunch of bandwith only to see nobody post, i will only give it to friends .. :)
But, this is not the main stuff, [...]]]></description>
			<content:encoded><![CDATA[<p>The thing every blogger likes: Comments ? No ? Really ?</p>
<p>Anyways, i just added a RSS comment Feed to this blog. (No I won&#8217;t put the url somewhere since NewsAggregators eat a bunch of bandwith only to see nobody post, i will only give it to friends .. :)</p>
<p>But, this is not the main stuff, while browsing this RSS feed i discover one interesting comment about Mutt and IMAP cache. I now use <strong>courier-cone</strong> (no-url-yet) and it pretty cool and happy w/ IMAP. I like the IMAP Adressbook system which is really pleasant to use. Anyway check out this <a class="reference" href="http://www.larsen-b.com/Article/97.html">post</a> if you want to test the <strong>new imap cache for mutt</strong>, and thanks Glanzmann for the post :)</p>
<p>For lazy readers the patch is <a class="reference" href="http://wwwcip.informatik.uni-erlangen.de/~sithglan/mutt/">here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.larsen-b.com/Article/140.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Securing courier-imap</title>
		<link>http://www.larsen-b.com/Article/100.html</link>
		<comments>http://www.larsen-b.com/Article/100.html#comments</comments>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Utils]]></category>
		<category><![CDATA[imap]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[sysadmin]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I spent part of the day to install a virtual mail server, and i discover that there is a really simple way to secure courier-imap. By defaut when you use this kind of server the auth is made against the standard pam module. This is really simple, but what happend if someone is able to [...]]]></description>
			<content:encoded><![CDATA[<p>I spent part of the day to install a virtual mail server, and i discover that there is a really simple way to secure courier-imap. By defaut when you use this kind of server the auth is made against the standard pam module. This is really simple, but what happend if someone is able to read your imap password. Yes he get the account password.</p>
<p>Courier imap can do the auth against a lot of stuff. Simply change the authmodulelist=authpam to authmodulelist=authuserdb. This will use the file /etc/courier/userdb.</p>
<pre>userdb "username" set home=/home/username
                      mail=/home/username/Maildir
                      uid=UID gid=GID
userdbpw | userdb "username" set imappw
makeuserdb</pre>
<p>So now you can use a different password for your account and your imap, and you can choose who can access to imap server.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.larsen-b.com/Article/100.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Enjoy Mutt</title>
		<link>http://www.larsen-b.com/Article/97.html</link>
		<comments>http://www.larsen-b.com/Article/97.html#comments</comments>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Utils]]></category>
		<category><![CDATA[imap]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[sysadmin]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I get it! I managed to use mutt w/ my imap folders, with hooks and everything fine. This is not really hard, but :

libsas-modules break the SSL certification (without any error message)
mutt really lack of header cache for imap (there is a patch for Maildir but no for imap)

### IMAP ########################################
set imap_user="jkx"
set spoolfile=imaps://mail.larsen-b.com/
set folder=imaps://mail.larsen-b.com/INBOX
set record=imaps://mail.larsen-b.com/INBOX.Sent
mailboxes [...]]]></description>
			<content:encoded><![CDATA[<p>I get it! I managed to use mutt w/ my imap folders, with hooks and everything fine. This is not really hard, but :</p>
<ul class="simple">
<li>libsas-modules break the SSL certification (without any error message)</li>
<li>mutt really lack of header cache for imap (there is a patch for Maildir but no for imap)</li>
</ul>
<pre class="literal-block">### IMAP ########################################
set imap_user="jkx"
set spoolfile=imaps://mail.larsen-b.com/
set folder=imaps://mail.larsen-b.com/INBOX
set record=imaps://mail.larsen-b.com/INBOX.Sent
mailboxes  imaps://mail.larsen-b.com/

### Hooks #######################################
folder-hook INBOX.Sent 'set index_format="%4C %Z %{%b %d} %-20.20t (%41) %s"'
folder-hook INBOX.JOB my_hdr From: XXXXX &lt;XXXX@job.fr&gt;</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.larsen-b.com/Article/97.html/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
