<?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>Manitou-Mail Blog &#187; Uncategorized</title>
	<atom:link href="http://www.manitou-mail.org/blog/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.manitou-mail.org/blog</link>
	<description>on the use and development of the Manitou-Mail program</description>
	<lastBuildDate>Tue, 10 Jan 2012 13:31:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>Monitoring manitou-mdx with Nagios</title>
		<link>http://www.manitou-mail.org/blog/2011/06/monitoring-manitou-mdx-with-nagios/</link>
		<comments>http://www.manitou-mail.org/blog/2011/06/monitoring-manitou-mdx-with-nagios/#comments</comments>
		<pubDate>Thu, 23 Jun 2011 12:46:37 +0000</pubDate>
		<dc:creator>daniel</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.manitou-mail.org/blog/?p=162</guid>
		<description><![CDATA[<p>While manitou-mdx can be monitored with a stand-alone Perl program, most sysadmins prefer integrated tools such as Nagios. For those who want to monitor manitou-mdx with Nagios, the wiki now hosts a manitou-mdx plugin. It is based on the same logic than the stand-alone program: every &#8216;alive_interval&#8216; seconds as defined in its configuration file, manitou-mdx [...]]]></description>
			<content:encoded><![CDATA[<p>While manitou-mdx can be monitored with a <a href="http://www.manitou-mail.org/articles/mdx-monitoring.html">stand-alone Perl program</a>, most sysadmins prefer integrated tools such as <a href="http://www.nagios.org">Nagios</a>.<br />
For those who want to monitor manitou-mdx with Nagios, the wiki now hosts a <a href="http://www.manitou-mail.org/wiki/doku.php/mdx_nagios_plugin">manitou-mdx plugin</a>.<br />
It is based on the same logic than the stand-alone program: every &#8216;<em>alive_interval</em>&#8216; seconds as defined in its configuration file, manitou-mdx updates the &#8216;last_alive&#8217; entry in the &#8216;<em>runtime_info</em>&#8216; table. So whenever this entry has not been updated for significantly longer than &#8216;<em>alive_interval</em>&#8216; seconds, it means that either manitou-mdx is no longer running, or it&#8217;s not able to function properly for some reason that needs to be investigated.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.manitou-mail.org/blog/2011/06/monitoring-manitou-mdx-with-nagios/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Debian/Ubuntu packages update</title>
		<link>http://www.manitou-mail.org/blog/2010/10/debianubuntu-packages-update/</link>
		<comments>http://www.manitou-mail.org/blog/2010/10/debianubuntu-packages-update/#comments</comments>
		<pubDate>Mon, 04 Oct 2010 21:33:53 +0000</pubDate>
		<dc:creator>daniel</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.manitou-mail.org/blog/?p=139</guid>
		<description><![CDATA[<p>As of today, manitou-mdx is available as a package for Ubuntu 9/10 and Debian stable (lenny). Also, a slight change in how it&#8217;s installed makes it more portable across different Debian/Ubuntu releases. Until now, I used perl Makefile.PL DESTDIR='' PREFIX=/usr to create the Makefile. When using this command, the *.pm files typically get installed into [...]]]></description>
			<content:encoded><![CDATA[<p>As of today, manitou-mdx is available as a package for Ubuntu 9/10 and Debian stable (lenny). Also, a slight change in how it&#8217;s installed makes it more portable across different Debian/Ubuntu releases. Until now, I used<br />
<code>perl Makefile.PL DESTDIR='' PREFIX=/usr</code><br />
to create the Makefile. When using this command, the *.pm files typically get installed into <code> /usr/share/perl/5.x.y/Manitou</code>, a directory that is specific to Perl&#8217;s minor version. Since major releases of Debian or Ubuntu tend to come with an upgraded version of Perl, it followed that a manitou-mdx package for Debian Etch couldn&#8217;t be used for Debian Lenny, or any current Ubuntu release.</p>
<p>As explained in this <a href="http://use.perl.org/%7Eschwern/journal/39246">use perl; answer</a>, packagers of Perl programs should generate their Makefiles with:<br />
<code>perl Makefile.PL INSTALLDIRS=vendor</code></p>
<p>When so doing, manitou-mdx library files get installed into <code>/usr/share/perl5/Manitou</code>, a location that stays the same across Linux distro releases. So hopefully the <a href="http://www.manitou-mail.org/download/manitou-mdx_1.0.2_all.deb">.deb for manitou-mdx</a> available since today should work with debian etch, lenny and the current ubuntu versions 9.x and 10.x.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.manitou-mail.org/blog/2010/10/debianubuntu-packages-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Version 1.0.0</title>
		<link>http://www.manitou-mail.org/blog/2010/07/version-1-0-0/</link>
		<comments>http://www.manitou-mail.org/blog/2010/07/version-1-0-0/#comments</comments>
		<pubDate>Fri, 23 Jul 2010 00:17:42 +0000</pubDate>
		<dc:creator>daniel</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.manitou-mail.org/blog/?p=129</guid>
		<description><![CDATA[<p>After 12 iterations of 0.9.X during 6 years, it&#8217;s time to bump to version 1.0.0&#8230; The current HEAD of the SVN repository is pretty much what will be the 1.0 release that will appear in the download section in a few days. Also, the new docbook documentation will be imported into the repository as well, [...]]]></description>
			<content:encoded><![CDATA[<p>After 12 iterations of 0.9.X during 6 years, it&#8217;s time to bump to version 1.0.0&#8230;<br />
The current HEAD of the SVN repository is pretty much what will be the 1.0 release that will appear in the download section in a few days.<br />
Also, the new docbook documentation will be imported into the repository as well, as soon as I&#8217;ve reread it and figured out if the Makefile can be easily generated by autoconf or has to be shipped as is.<br />
In any case, 1.0.0 will be out next week!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.manitou-mail.org/blog/2010/07/version-1-0-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Repackaged windows client available</title>
		<link>http://www.manitou-mail.org/blog/2009/10/repackaged-windows-client-available/</link>
		<comments>http://www.manitou-mail.org/blog/2009/10/repackaged-windows-client-available/#comments</comments>
		<pubDate>Sat, 03 Oct 2009 12:11:18 +0000</pubDate>
		<dc:creator>daniel</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[User Interface]]></category>

		<guid isPermaLink="false">http://www.manitou-mail.org/blog/?p=88</guid>
		<description><![CDATA[<p>Since HTML viewing has been integrated, I&#8217;ve had reports that under Windows, the images in messages weren&#8217;t always displayed, but my attempts at reproducing the problem were unsuccessful. I&#8217;ve recently understood that it was a packaging issue: on machines that don&#8217;t have Qt installed, image plugins must be distributed with the application (except for PNG [...]]]></description>
			<content:encoded><![CDATA[<p>Since HTML viewing has been integrated, I&#8217;ve had reports that under Windows, the images in messages weren&#8217;t always displayed, but my attempts at reproducing the problem were unsuccessful.<br />
I&#8217;ve recently understood that it was a packaging issue: on machines that don&#8217;t have Qt installed, image plugins must be distributed with the application (except for PNG that is supported as built-in).</p>
<p>So I&#8217;ve repackaged Manitou-Mail 0.9.12 for Windows with the necessary plugins that get installed into an imageformats directory, and re-uploaded the installer:<br />
<a href="http://www.manitou-mail.org/Manitou-Installer-0_9_12.exe">Manitou-Installer-0_9_12.exe</a></p>
<p>For users who were concerned by this problem, I suggest they reinstall and report if it still doesn&#8217;t work.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.manitou-mail.org/blog/2009/10/repackaged-windows-client-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

