<?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>Chifeng's Blog &#187; extman</title>
	<atom:link href="http://blog.chifeng.name/tag/extman/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.chifeng.name</link>
	<description></description>
	<lastBuildDate>Wed, 08 Sep 2010 08:32:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>定期清理垃圾邮件、垃圾箱和收件箱的过期邮件</title>
		<link>http://blog.chifeng.name/2010/08/%e5%ae%9a%e6%9c%9f%e6%b8%85%e7%90%86%e5%9e%83%e5%9c%be%e9%82%ae%e4%bb%b6%e3%80%81%e5%9e%83%e5%9c%be%e7%ae%b1%e5%92%8c%e6%94%b6%e4%bb%b6%e7%ae%b1%e7%9a%84%e8%bf%87%e6%9c%9f%e9%82%ae%e4%bb%b6/</link>
		<comments>http://blog.chifeng.name/2010/08/%e5%ae%9a%e6%9c%9f%e6%b8%85%e7%90%86%e5%9e%83%e5%9c%be%e9%82%ae%e4%bb%b6%e3%80%81%e5%9e%83%e5%9c%be%e7%ae%b1%e5%92%8c%e6%94%b6%e4%bb%b6%e7%ae%b1%e7%9a%84%e8%bf%87%e6%9c%9f%e9%82%ae%e4%bb%b6/#comments</comments>
		<pubDate>Wed, 11 Aug 2010 02:19:18 +0000</pubDate>
		<dc:creator>chifeng</dc:creator>
				<category><![CDATA[MailSystem]]></category>
		<category><![CDATA[SystemMaintenance]]></category>
		<category><![CDATA[cleanupmaildir.pl]]></category>
		<category><![CDATA[extmail]]></category>
		<category><![CDATA[extman]]></category>

		<guid isPermaLink="false">http://blog.chifeng.name/?p=396</guid>
		<description><![CDATA[详情见这个帖子：http://www.extmail.org/forum/thread-15822-1-1.html 运行示例： # ./cleanupmaildir.pl -d extmail.org -e 180 -u userlist.txt -l /var/log/cleanupmaildir.log -d意思就是输入你想清理的域 -e是过期时间，默认为180天 -u是忽略用户列表，即这些用户不做清理 -l是指定日志写入的地方，如果不指定则把日志打印到标准输出 -c打印出所有用户要删除的文件路径，但是并不做删除（多谢chris建议） -i就是指定清理收件箱，默认为不清理，这个选项请慎用 -h打印帮助]]></description>
			<content:encoded><![CDATA[<p>详情见这个帖子：<a href="http://www.extmail.org/forum/thread-15822-1-1.html">http://www.extmail.org/forum/thread-15822-1-1.html</a></p>
<p>运行示例：<br />
# ./cleanupmaildir.pl -d extmail.org -e 180 -u userlist.txt -l /var/log/cleanupmaildir.log</p>
<p>-d意思就是输入你想清理的域<br />
-e是过期时间，默认为180天<br />
-u是忽略用户列表，即这些用户不做清理<br />
-l是指定日志写入的地方，如果不指定则把日志打印到标准输出<br />
-c打印出所有用户要删除的文件路径，但是并不做删除（多谢chris建议）<br />
-i就是指定清理收件箱，默认为不清理，这个选项请慎用<br />
-h打印帮助</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.chifeng.name/2010/08/%e5%ae%9a%e6%9c%9f%e6%b8%85%e7%90%86%e5%9e%83%e5%9c%be%e9%82%ae%e4%bb%b6%e3%80%81%e5%9e%83%e5%9c%be%e7%ae%b1%e5%92%8c%e6%94%b6%e4%bb%b6%e7%ae%b1%e7%9a%84%e8%bf%87%e6%9c%9f%e9%82%ae%e4%bb%b6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>更新了extmail/extman的ports</title>
		<link>http://blog.chifeng.name/2008/11/%e6%9b%b4%e6%96%b0%e4%ba%86extmailextman%e7%9a%84ports/</link>
		<comments>http://blog.chifeng.name/2008/11/%e6%9b%b4%e6%96%b0%e4%ba%86extmailextman%e7%9a%84ports/#comments</comments>
		<pubDate>Mon, 24 Nov 2008 06:07:11 +0000</pubDate>
		<dc:creator>chifeng</dc:creator>
				<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[extmail]]></category>
		<category><![CDATA[extman]]></category>
		<category><![CDATA[ports]]></category>

		<guid isPermaLink="false">http://blog.chifeng.name/?p=258</guid>
		<description><![CDATA[在extmail-1.0.5和extman-0.2.5发布之后，我一直忙的忘记更新ports了，今天花了点时间搞定了patch，send-pr了，希望尽快有committer老大帮忙ci了。。。 extmail-1.0.5 http://www.freebsd.org/cgi/query-pr.cgi?pr=129119 extman-0.2.5 http://www.freebsd.org/cgi/query-pr.cgi?pr=129120]]></description>
			<content:encoded><![CDATA[<p>在extmail-1.0.5和extman-0.2.5发布之后，我一直忙的忘记更新ports了，今天花了点时间搞定了patch，send-pr了，希望尽快有committer老大帮忙ci了。。。</p>
<p>extmail-1.0.5<br />
<a href="http://www.freebsd.org/cgi/query-pr.cgi?pr=129119" target="_self">http://www.freebsd.org/cgi/query-pr.cgi?pr=129119</a></p>
<p>extman-0.2.5<br />
<a href="http://www.freebsd.org/cgi/query-pr.cgi?pr=129120" target="_self">http://www.freebsd.org/cgi/query-pr.cgi?pr=129120</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.chifeng.name/2008/11/%e6%9b%b4%e6%96%b0%e4%ba%86extmailextman%e7%9a%84ports/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Extmail Release</title>
		<link>http://blog.chifeng.name/2008/03/extmail-release/</link>
		<comments>http://blog.chifeng.name/2008/03/extmail-release/#comments</comments>
		<pubDate>Sat, 29 Mar 2008 09:54:08 +0000</pubDate>
		<dc:creator>chifeng</dc:creator>
				<category><![CDATA[MailSystem]]></category>
		<category><![CDATA[extmail]]></category>
		<category><![CDATA[extmail team]]></category>
		<category><![CDATA[extman]]></category>

		<guid isPermaLink="false">http://b.chifeng.name/?p=224</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p>Extmail Release</p>
<p>Extmail-1.0.4和Extman-0.2.4发布了，这次设计改动比较多，具体可以参考<a href="http://www.extmail.org/forum/thread-7260-1-1.html">这儿</a>。这次与以往的最大不同就是，我们team的4个人均对新版的发布做出了不同的贡献。当然bbc贡献最大，不过团队威力已经在逐步显现！:)</p>
<p>FreeBSD ports我已经send-pr。</p>
<p>下载地址：<a href="http://www.extmail.org/download" target="_blank">http://www.extmail.org/download</a><br />
演示地址：<a href="http://demo.extmail.org/" target="_blank">http://demo.extmail.org</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.chifeng.name/2008/03/extmail-release/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

