<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>《解决服务器不能随意自定义邮件转发器导致的StatusNet不能使用邮件发布贴子的问题》的评论</title>
	<atom:link href="http://www.qiuworld.com/blog/archives/1038/feed" rel="self" type="application/rss+xml" />
	<link>http://www.qiuworld.com/blog/archives/1038</link>
	<description>欢迎来到糗糗的世界</description>
	<lastBuildDate>Thu, 22 Dec 2011 14:00:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>作者：admin</title>
		<link>http://www.qiuworld.com/blog/archives/1038/comment-page-1#comment-649</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sat, 29 Jan 2011 11:58:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.qiuworld.com/blog/?p=1038#comment-649</guid>
		<description>@LuDa, 设置pop3/imap在config.php, cron调用maildaemon.php</description>
		<content:encoded><![CDATA[<p>@LuDa, 设置pop3/imap在config.php, cron调用maildaemon.php</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：LuDa</title>
		<link>http://www.qiuworld.com/blog/archives/1038/comment-page-1#comment-648</link>
		<dc:creator>LuDa</dc:creator>
		<pubDate>Sat, 29 Jan 2011 04:22:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.qiuworld.com/blog/?p=1038#comment-648</guid>
		<description>@admin, 能详细说说吗？在哪里配置邮箱pop3/imap信息，cron 调用哪个php文件？</description>
		<content:encoded><![CDATA[<p>@admin, 能详细说说吗？在哪里配置邮箱pop3/imap信息，cron 调用哪个php文件？</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：admin</title>
		<link>http://www.qiuworld.com/blog/archives/1038/comment-page-1#comment-225</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 27 Apr 2010 16:47:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.qiuworld.com/blog/?p=1038#comment-225</guid>
		<description>不知道你的虚拟主机是否支持daemon或者cronjob，如果支持二者之一的话，你可以写一个后台程序，主动去指定的邮箱里读取你的信件。如果这样还是不行，你还是可以写一个后台程序，然后手动地让它永远执行。</description>
		<content:encoded><![CDATA[<p>不知道你的虚拟主机是否支持daemon或者cronjob，如果支持二者之一的话，你可以写一个后台程序，主动去指定的邮箱里读取你的信件。如果这样还是不行，你还是可以写一个后台程序，然后手动地让它永远执行。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：berry4zhu</title>
		<link>http://www.qiuworld.com/blog/archives/1038/comment-page-1#comment-224</link>
		<dc:creator>berry4zhu</dc:creator>
		<pubDate>Tue, 27 Apr 2010 14:02:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.qiuworld.com/blog/?p=1038#comment-224</guid>
		<description>楼主,哪里有可以转发邮件至文件的邮箱注册,我的虚拟空间邮箱不支持转发邮件到文件处理,等候帮助,谢谢</description>
		<content:encoded><![CDATA[<p>楼主,哪里有可以转发邮件至文件的邮箱注册,我的虚拟空间邮箱不支持转发邮件到文件处理,等候帮助,谢谢</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：admin</title>
		<link>http://www.qiuworld.com/blog/archives/1038/comment-page-1#comment-200</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 23 Mar 2010 16:09:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.qiuworld.com/blog/?p=1038#comment-200</guid>
		<description>@Han,你的思路已经是正确的了。只是差一点，那就是你需要自己去写一段代码来handle你读取回来的邮件。好好研究一下Imap当中的原代码，我想你很快就会得到你想要的结果。如果成功实现了你的想法，不要忘了把代码分享给我一份，谢谢。</description>
		<content:encoded><![CDATA[<p>@Han,你的思路已经是正确的了。只是差一点，那就是你需要自己去写一段代码来handle你读取回来的邮件。好好研究一下Imap当中的原代码，我想你很快就会得到你想要的结果。如果成功实现了你的想法，不要忘了把代码分享给我一份，谢谢。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：Han</title>
		<link>http://www.qiuworld.com/blog/archives/1038/comment-page-1#comment-199</link>
		<dc:creator>Han</dc:creator>
		<pubDate>Tue, 23 Mar 2010 12:23:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.qiuworld.com/blog/?p=1038#comment-199</guid>
		<description>@admin, 不好意思，上篇回文打錯，請看這篇

謝謝你的回覆。我今天下午都在看startdaemons.sh這一塊，我的作法是將yourServerPath/plugins/Imap透過addPlugin(&#039;imap&#039;, array(...));的方式加入，然後透過startdaemons.sh來啟動，但至今仍無進展，不知是哪裡出錯，目前只能確定startdaemons.sh的確有初始化imap的設定，但是否有收mail就不知道了，因為我在pluging中加的common(log_info, ...)的訊息都沒寫入debug info文件中。

另外想請教，你所謂的fetchmail的功能是指imap pluging嗎？還是？
謝謝!!</description>
		<content:encoded><![CDATA[<p>@admin, 不好意思，上篇回文打錯，請看這篇</p>
<p>謝謝你的回覆。我今天下午都在看startdaemons.sh這一塊，我的作法是將yourServerPath/plugins/Imap透過addPlugin(&#8216;imap&#8217;, array(&#8230;));的方式加入，然後透過startdaemons.sh來啟動，但至今仍無進展，不知是哪裡出錯，目前只能確定startdaemons.sh的確有初始化imap的設定，但是否有收mail就不知道了，因為我在pluging中加的common(log_info, &#8230;)的訊息都沒寫入debug info文件中。</p>
<p>另外想請教，你所謂的fetchmail的功能是指imap pluging嗎？還是？<br />
謝謝!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：Han</title>
		<link>http://www.qiuworld.com/blog/archives/1038/comment-page-1#comment-198</link>
		<dc:creator>Han</dc:creator>
		<pubDate>Tue, 23 Mar 2010 12:21:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.qiuworld.com/blog/?p=1038#comment-198</guid>
		<description>@admin, 謝謝你的回覆。我金天下午都在看startdaemons.sh這一塊，我的作法是將yourServerPath/plugins/startdaemons.sh透過addPlugin(&#039;imap&#039;, array(...));的方式加入，然後透過startdaemons.sh來啟動，但至今仍無進展，不知是哪裡出錯，目前只能確定startdaemons.sh的確有初始化imap的設定，但是否去收mail就不知道了，因為我在pluging中加的common(log_info, ...)的訊息都沒寫入debug info文件中。

另外想請教，你所謂的fetchmail的功能是指imap pluging嗎？還是？
謝謝!!</description>
		<content:encoded><![CDATA[<p>@admin, 謝謝你的回覆。我金天下午都在看startdaemons.sh這一塊，我的作法是將yourServerPath/plugins/startdaemons.sh透過addPlugin(&#8216;imap&#8217;, array(&#8230;));的方式加入，然後透過startdaemons.sh來啟動，但至今仍無進展，不知是哪裡出錯，目前只能確定startdaemons.sh的確有初始化imap的設定，但是否去收mail就不知道了，因為我在pluging中加的common(log_info, &#8230;)的訊息都沒寫入debug info文件中。</p>
<p>另外想請教，你所謂的fetchmail的功能是指imap pluging嗎？還是？<br />
謝謝!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：admin</title>
		<link>http://www.qiuworld.com/blog/archives/1038/comment-page-1#comment-197</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 23 Mar 2010 12:12:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.qiuworld.com/blog/?p=1038#comment-197</guid>
		<description>@Han, 我看了一下gmail的设置，无法转发信件至文件。所以这还是需要你在你的服务器上设置一个转发邮箱。先由Gmail转发至你的可以转发邮件至文件的邮箱，再由该邮箱转发邮件至maildaemon.php。或者你需要在你的服务器上开启daemon(通过yourServerPath/script/startdaemons.sh),然后利用它的fetchmail功能来读取你gmail邮箱里的邮件，转发至maildaemon.php处理。</description>
		<content:encoded><![CDATA[<p>@Han, 我看了一下gmail的设置，无法转发信件至文件。所以这还是需要你在你的服务器上设置一个转发邮箱。先由Gmail转发至你的可以转发邮件至文件的邮箱，再由该邮箱转发邮件至maildaemon.php。或者你需要在你的服务器上开启daemon(通过yourServerPath/script/startdaemons.sh),然后利用它的fetchmail功能来读取你gmail邮箱里的邮件，转发至maildaemon.php处理。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：Han</title>
		<link>http://www.qiuworld.com/blog/archives/1038/comment-page-1#comment-196</link>
		<dc:creator>Han</dc:creator>
		<pubDate>Tue, 23 Mar 2010 09:12:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.qiuworld.com/blog/?p=1038#comment-196</guid>
		<description>@admin, 你好，我是想要用maildaemon.php透過pop3去收gmail的信件，換句話說，我架設的系統會用我這組gmail的帳號寄給user，當user用mail回覆時，自然就是回覆到這個帳號，但我卻不知怎麼設定帳號和密碼還有server...等收信的相關設定</description>
		<content:encoded><![CDATA[<p>@admin, 你好，我是想要用maildaemon.php透過pop3去收gmail的信件，換句話說，我架設的系統會用我這組gmail的帳號寄給user，當user用mail回覆時，自然就是回覆到這個帳號，但我卻不知怎麼設定帳號和密碼還有server&#8230;等收信的相關設定</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：admin</title>
		<link>http://www.qiuworld.com/blog/archives/1038/comment-page-1#comment-195</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 22 Mar 2010 13:19:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.qiuworld.com/blog/?p=1038#comment-195</guid>
		<description>@Han, @Han, 我不太明白你的提问是什么意思。能更明确一些吗？</description>
		<content:encoded><![CDATA[<p>@Han, @Han, 我不太明白你的提问是什么意思。能更明确一些吗？</p>
]]></content:encoded>
	</item>
</channel>
</rss>

