<?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>榆树网 &#187; 邮件</title>
	<atom:link href="http://www.wenzk.com/archives/tag/%e9%82%ae%e4%bb%b6/feed" rel="self" type="application/rss+xml" />
	<link>http://www.wenzk.com</link>
	<description>http://www.wenzk.com</description>
	<lastBuildDate>Thu, 09 Feb 2012 07:57:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>zmmailbox导入邮件提示：Code:zclient.UPLOAD_SIZE_LIMIT_EXCEEDED</title>
		<link>http://www.wenzk.com/archives/1501</link>
		<comments>http://www.wenzk.com/archives/1501#comments</comments>
		<pubDate>Mon, 16 Jan 2012 05:14:47 +0000</pubDate>
		<dc:creator>ELM</dc:creator>
				<category><![CDATA[榆树网-杂项]]></category>
		<category><![CDATA[Maildir]]></category>
		<category><![CDATA[Zimbra]]></category>
		<category><![CDATA[导入邮件]]></category>
		<category><![CDATA[迁移]]></category>
		<category><![CDATA[邮件]]></category>

		<guid isPermaLink="false">http://www.wenzk.com/?p=1501</guid>
		<description><![CDATA[解决办法： 相关文章如何将Maildir邮件导入到Zimbra中 (0)如何让Zimbra支持https (0)Zimbra如何启用IM插件 (0)将 Zimbra Desktop 设为默认电子邮件程序 (0)为什么不能用Outlook、Foxmail收取Zimbra的邮件 (0)]]></description>
			<content:encoded><![CDATA[<p>解决办法：</p>
<pre class="brush: plain; title: ; notranslate">su - zimbra
 zmprov gacf | grep zimbraFileUploadMaxSize
 zmprov gacf | grep zimbraMtaMaxMessageSize

 zmprov mcf zimbraFileUploadMaxSize xxxxxxxx
 zmprov mcf zimbraMtaMaxMessageSize xxxxxxx</pre>
<h2  class="related_post_title">相关文章</h2><ul class="related_post"><li><a href="http://www.wenzk.com/archives/1398" title="如何将Maildir邮件导入到Zimbra中">如何将Maildir邮件导入到Zimbra中</a> (0)</li><li><a href="http://www.wenzk.com/archives/1185" title="如何让Zimbra支持https">如何让Zimbra支持https</a> (0)</li><li><a href="http://www.wenzk.com/archives/1182" title="Zimbra如何启用IM插件">Zimbra如何启用IM插件</a> (0)</li><li><a href="http://www.wenzk.com/archives/1509" title="将 Zimbra Desktop 设为默认电子邮件程序">将 Zimbra Desktop 设为默认电子邮件程序</a> (0)</li><li><a href="http://www.wenzk.com/archives/1477" title="为什么不能用Outlook、Foxmail收取Zimbra的邮件">为什么不能用Outlook、Foxmail收取Zimbra的邮件</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.wenzk.com/archives/1501/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>如何让Zimbra支持https</title>
		<link>http://www.wenzk.com/archives/1185</link>
		<comments>http://www.wenzk.com/archives/1185#comments</comments>
		<pubDate>Mon, 21 Feb 2011 20:54:33 +0000</pubDate>
		<dc:creator>ELM</dc:creator>
				<category><![CDATA[榆树网-系统]]></category>
		<category><![CDATA[榆树网-网络]]></category>
		<category><![CDATA[443]]></category>
		<category><![CDATA[https]]></category>
		<category><![CDATA[Zimbra]]></category>
		<category><![CDATA[邮件]]></category>

		<guid isPermaLink="false">http://www.wenzk.com/?p=1185</guid>
		<description><![CDATA[都说这么干就可以了： 但是有可能会出现tomcat找不到的情况 返回到root下，运行 /etc/init.d/zimbra restart 就可以啦。 认证、修改密码的时候自动跳转到https，其他大部分时间工作在http下。 相关文章zmmailbox导入邮件提示：Code:zclient.UPLOAD_SIZE_LIMIT_EXCEEDED (0)Zimbra如何安装StartSSL签发的免费证书 (3)Zimbra如何启用IM插件 (0)将 Zimbra Desktop 设为默认电子邮件程序 (0)为什么不能用Outlook、Foxmail收取Zimbra的邮件 (0)]]></description>
			<content:encoded><![CDATA[<p>都说这么干就可以了：</p>
<pre class="brush: bash; title: ; notranslate">su - zimbra
zmtlsctl mixed
tomcat restart</pre>
<p>但是有可能会出现tomcat找不到的情况<br />
返回到root下，运行<br />
/etc/init.d/zimbra restart<br />
就可以啦。<br />
认证、修改密码的时候自动跳转到https，其他大部分时间工作在http下。</p>
<h2  class="related_post_title">相关文章</h2><ul class="related_post"><li><a href="http://www.wenzk.com/archives/1501" title="zmmailbox导入邮件提示：Code:zclient.UPLOAD_SIZE_LIMIT_EXCEEDED">zmmailbox导入邮件提示：Code:zclient.UPLOAD_SIZE_LIMIT_EXCEEDED</a> (0)</li><li><a href="http://www.wenzk.com/archives/1193" title="Zimbra如何安装StartSSL签发的免费证书">Zimbra如何安装StartSSL签发的免费证书</a> (3)</li><li><a href="http://www.wenzk.com/archives/1182" title="Zimbra如何启用IM插件">Zimbra如何启用IM插件</a> (0)</li><li><a href="http://www.wenzk.com/archives/1509" title="将 Zimbra Desktop 设为默认电子邮件程序">将 Zimbra Desktop 设为默认电子邮件程序</a> (0)</li><li><a href="http://www.wenzk.com/archives/1477" title="为什么不能用Outlook、Foxmail收取Zimbra的邮件">为什么不能用Outlook、Foxmail收取Zimbra的邮件</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.wenzk.com/archives/1185/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zimbra如何启用IM插件</title>
		<link>http://www.wenzk.com/archives/1182</link>
		<comments>http://www.wenzk.com/archives/1182#comments</comments>
		<pubDate>Mon, 21 Feb 2011 20:31:25 +0000</pubDate>
		<dc:creator>ELM</dc:creator>
				<category><![CDATA[榆树网-系统]]></category>
		<category><![CDATA[榆树网-网络]]></category>
		<category><![CDATA[IM]]></category>
		<category><![CDATA[Zimbra]]></category>
		<category><![CDATA[即时消息]]></category>
		<category><![CDATA[邮件]]></category>

		<guid isPermaLink="false">http://www.wenzk.com/?p=1182</guid>
		<description><![CDATA[在终端下执行如下命令即可： 相关文章zmmailbox导入邮件提示：Code:zclient.UPLOAD_SIZE_LIMIT_EXCEEDED (0)如何让Zimbra支持https (0)将 Zimbra Desktop 设为默认电子邮件程序 (0)为什么不能用Outlook、Foxmail收取Zimbra的邮件 (0)Zimbra如何支持SPF、DCC及Razor (0)]]></description>
			<content:encoded><![CDATA[<p>在终端下执行如下命令即可：</p>
<pre class="brush: bash; title: ; notranslate">su - zimbra
 zmprov mcf zimbraXMPPEnabled TRUE
 zmprov mc default zimbraFeatureIMEnabled TRUE
 zmprov mc default zimbraFeatureInstantNotify TRUE
 zmmailboxdctl restart
</pre>
<h2  class="related_post_title">相关文章</h2><ul class="related_post"><li><a href="http://www.wenzk.com/archives/1501" title="zmmailbox导入邮件提示：Code:zclient.UPLOAD_SIZE_LIMIT_EXCEEDED">zmmailbox导入邮件提示：Code:zclient.UPLOAD_SIZE_LIMIT_EXCEEDED</a> (0)</li><li><a href="http://www.wenzk.com/archives/1185" title="如何让Zimbra支持https">如何让Zimbra支持https</a> (0)</li><li><a href="http://www.wenzk.com/archives/1509" title="将 Zimbra Desktop 设为默认电子邮件程序">将 Zimbra Desktop 设为默认电子邮件程序</a> (0)</li><li><a href="http://www.wenzk.com/archives/1477" title="为什么不能用Outlook、Foxmail收取Zimbra的邮件">为什么不能用Outlook、Foxmail收取Zimbra的邮件</a> (0)</li><li><a href="http://www.wenzk.com/archives/1451" title="Zimbra如何支持SPF、DCC及Razor">Zimbra如何支持SPF、DCC及Razor</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.wenzk.com/archives/1182/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SPF Policy Server for Postfix (Perl implementation)</title>
		<link>http://www.wenzk.com/archives/1178</link>
		<comments>http://www.wenzk.com/archives/1178#comments</comments>
		<pubDate>Thu, 17 Feb 2011 17:05:48 +0000</pubDate>
		<dc:creator>ELM</dc:creator>
				<category><![CDATA[榆树网-杂项]]></category>
		<category><![CDATA[榆树网-系统]]></category>
		<category><![CDATA[榆树网-网络]]></category>
		<category><![CDATA[Postfox]]></category>
		<category><![CDATA[SPF]]></category>
		<category><![CDATA[邮件]]></category>

		<guid isPermaLink="false">http://www.wenzk.com/?p=1178</guid>
		<description><![CDATA[Perl 5.6 version NetAddr-IP 4 Mail-SPF (not Mail-SPF-Query) Installing &#8212;&#8212;&#8212;- 1. Copy postfix-policyd-spf-perl to /usr/local/lib/policyd-spf-perl 2. Add the following to /etc/postfix/master.cf: 3. Configure the Postfix policy service in /etc/postfix/main.cf: NOTES: Specify check_policy_service AFTER reject_unauth_destination or else your system can become an open relay. The user &#8216;nobody&#8217; is used in this example. This is appropriate if [...]]]></description>
			<content:encoded><![CDATA[<p>Perl 5.6<br />
version<br />
NetAddr-IP 4<br />
Mail-SPF (not Mail-SPF-Query)</p>
<p><span id="more-1178"></span>Installing<br />
&#8212;&#8212;&#8212;-</p>
<p>1. Copy postfix-policyd-spf-perl to /usr/local/lib/policyd-spf-perl</p>
<p>2. Add the following to /etc/postfix/master.cf:</p>
<pre class="brush: plain; title: ; notranslate">policy  unix  -       n       n       -       0       spawn
user=nobody argv=/usr/local/lib/policyd-spf-perl</pre>
<p>3. Configure the Postfix policy service in /etc/postfix/main.cf:</p>
<pre class="brush: plain; title: ; notranslate">smtpd_recipient_restrictions =
...
reject_unauth_destination
check_policy_service unix:private/policy
...</pre>
<p>NOTES:<br />
Specify check_policy_service AFTER reject_unauth_destination or<br />
else your system can become an open relay.</p>
<p>The user &#8216;nobody&#8217; is used in this example. This is appropriate if you<br />
do not have any other services running as nobody. If you do, create a<br />
dedicated user for this service and use it instead.</p>
<p>4. Add “policy_time_limit = 3600&#8243; to main.cf</p>
<p>5. Restart Postfix.</p>
<p>官方网站：<a href="https://launchpad.net/postfix-policyd-spf-perl/">https://launchpad.net/postfix-policyd-spf-perl/</a></p>
<p>挺容易安装，非常好用，还支持IPv6的SFP。</p>
<h2  class="related_post_title">相关文章</h2><ul class="related_post"><li><a href="http://www.wenzk.com/archives/1501" title="zmmailbox导入邮件提示：Code:zclient.UPLOAD_SIZE_LIMIT_EXCEEDED">zmmailbox导入邮件提示：Code:zclient.UPLOAD_SIZE_LIMIT_EXCEEDED</a> (0)</li><li><a href="http://www.wenzk.com/archives/1451" title="Zimbra如何支持SPF、DCC及Razor">Zimbra如何支持SPF、DCC及Razor</a> (0)</li><li><a href="http://www.wenzk.com/archives/1185" title="如何让Zimbra支持https">如何让Zimbra支持https</a> (0)</li><li><a href="http://www.wenzk.com/archives/1182" title="Zimbra如何启用IM插件">Zimbra如何启用IM插件</a> (0)</li><li><a href="http://www.wenzk.com/archives/1172" title="Postfix:BOTH mydestination and virtual_mailbox_domains">Postfix:BOTH mydestination and virtual_mailbox_domains</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.wenzk.com/archives/1178/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Postfix:BOTH mydestination and virtual_mailbox_domains</title>
		<link>http://www.wenzk.com/archives/1172</link>
		<comments>http://www.wenzk.com/archives/1172#comments</comments>
		<pubDate>Wed, 16 Feb 2011 17:10:55 +0000</pubDate>
		<dc:creator>ELM</dc:creator>
				<category><![CDATA[榆树网-杂项]]></category>
		<category><![CDATA[榆树网-系统]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Postfix]]></category>
		<category><![CDATA[邮件]]></category>
		<category><![CDATA[错误]]></category>

		<guid isPermaLink="false">http://www.wenzk.com/?p=1172</guid>
		<description><![CDATA[先来看看一段Postfix的配置： 从上面的配置可以看出来，而mydestination = $mynetworks $myhostname，其他所有的邮箱都是在数据库里面的“虚拟”邮箱， 所以都是以virtual_xxxx里面定义的。 如果此时，你打算把所有@mail.wenzk.com的邮箱用户也放到数据库里面，通过mysql:/etc/postfix/mysql_virtual_mailbox_maps.cf可以查询得到。 但是你会发现，往@mail.wenzk.com发送邮件的时候总是会有错误： postfix/trivial-rewrite[3905]: warning: do not list domain mail.wenzk.com in BOTH mydestination and virtual_mailbox_domains 这个时候就导致系统不知道把@mail.wenzk.com投递到什么地方，直接退回。 解决办法：把mydestination包含的mail.wenzk.com去掉即可。 好久没配置postfix了，这样的错误也能犯。 相关文章如何让postfix接收所有邮件并投递到一个邮箱里 (0)zmmailbox导入邮件提示：Code:zclient.UPLOAD_SIZE_LIMIT_EXCEEDED (0)Zimbra管理员总是能收到MySQL检查出错的邮件 (0)解决Zimbra收取POP3邮件问题 (4)CentOS 6.0下安装Zimbra简单步骤及故障排查 (0)]]></description>
			<content:encoded><![CDATA[<p>先来看看一段Postfix的配置：</p>
<pre><span id="more-1172"></span>
<pre class="brush: plain; title: ; notranslate"># hostname
mynetworks = 127.0.0.1
myhostname = mail.wenzk.com
mydomain = wenzk.com
myorigin = $mydomain
mydestination = $mynetworks $myhostname
# banner
mail_name = Postfix - by $mydomain
smtpd_banner = $myhostname ESMTP $mail_name
# response immediately
smtpd_error_sleep_time = 3s
unknown_local_recipient_reject_code = 550
# extmail config here
virtual_alias_maps = mysql:/etc/postfix/mysql_virtual_alias_maps.cf
virtual_mailbox_domains = mysql:/etc/postfix/mysql_virtual_domains_maps.cf
virtual_mailbox_maps = mysql:/etc/postfix/mysql_virtual_mailbox_maps.cf
virtual_transport = maildrop:
# smtpd related config
smtpd_recipient_restrictions =
 permit_mynetworks,
 permit_sasl_authenticated,
 reject_non_fqdn_hostname,
 reject_non_fqdn_sender,
 reject_non_fqdn_recipient,
 reject_unauth_destination,
 reject_unauth_pipelining,
 reject_invalid_hostname,
# SMTP AUTH config here
broken_sasl_auth_clients = yes
smtpd_sasl_auth_enable = yes
smtpd_sasl_local_domain = $myhostname
smtpd_sasl_security_options = noanonymous
maildrop_destination_recipient_limit = 1
inet_protocols = all
</pre>
<p> 从上面的配置可以看出来，而mydestination = $mynetworks $myhostname，其他所有的邮箱都是在数据库里面的“虚拟”邮箱，<br />
所以都是以virtual_xxxx里面定义的。 如果此时，你打算把所有@mail.wenzk.com的邮箱用户也放到数据库里面，通过mysql:/etc/postfix/mysql_virtual_mailbox_maps.cf可以查询得到。<br />
但是你会发现，往@mail.wenzk.com发送邮件的时候总是会有错误：<br />
postfix/trivial-rewrite[3905]: warning: do not list domain mail.wenzk.com in BOTH mydestination and virtual_mailbox_domains 这个时候就导致系统不知道把@mail.wenzk.com投递到什么地方，直接退回。  解决办法：把mydestination包含的mail.wenzk.com去掉即可。 好久没配置postfix了，这样的错误也能犯。</pre>
<h2  class="related_post_title">相关文章</h2><ul class="related_post"><li><a href="http://www.wenzk.com/archives/1156" title="如何让postfix接收所有邮件并投递到一个邮箱里">如何让postfix接收所有邮件并投递到一个邮箱里</a> (0)</li><li><a href="http://www.wenzk.com/archives/1501" title="zmmailbox导入邮件提示：Code:zclient.UPLOAD_SIZE_LIMIT_EXCEEDED">zmmailbox导入邮件提示：Code:zclient.UPLOAD_SIZE_LIMIT_EXCEEDED</a> (0)</li><li><a href="http://www.wenzk.com/archives/1447" title="Zimbra管理员总是能收到MySQL检查出错的邮件">Zimbra管理员总是能收到MySQL检查出错的邮件</a> (0)</li><li><a href="http://www.wenzk.com/archives/1380" title="解决Zimbra收取POP3邮件问题">解决Zimbra收取POP3邮件问题</a> (4)</li><li><a href="http://www.wenzk.com/archives/1339" title="CentOS 6.0下安装Zimbra简单步骤及故障排查">CentOS 6.0下安装Zimbra简单步骤及故障排查</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.wenzk.com/archives/1172/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>如何让postfix接收所有邮件并投递到一个邮箱里</title>
		<link>http://www.wenzk.com/archives/1156</link>
		<comments>http://www.wenzk.com/archives/1156#comments</comments>
		<pubDate>Wed, 09 Feb 2011 03:08:36 +0000</pubDate>
		<dc:creator>ELM</dc:creator>
				<category><![CDATA[榆树网-系统]]></category>
		<category><![CDATA[MTA]]></category>
		<category><![CDATA[Postfix]]></category>
		<category><![CDATA[邮件]]></category>

		<guid isPermaLink="false">http://www.wenzk.com/?p=1156</guid>
		<description><![CDATA[修改 /etc/postfix/virtual文件，如果文件不存在，创建一个新文件，增加下面这一行，将USERNAME替换成你的用户: /.*/ USERNAME 修改/etc/postfix/virtual_domains文件，如果文件不存在，创建一个新文件，增加下面这一行: /.*/ MATCH 运行postmap，生成相应的.db文件： postmap /etc/postfix/virtual postmap /etc/postfix/virtual_domains 最后修改或增加/etc/postfix/main.cf文件，涉及相关的有如下2行： virtual_alias_maps = regexp:/etc/postfix/virtual mydestination = regexp:/etc/postfix/virtual_domains 最后重启postfix, /etc/init.d/postfix restart 参考： http://www.njl.us/making-postfix-accept-all-mail-and-stick-it-i/ 相关文章Postfix:BOTH mydestination and virtual_mailbox_domains (0)zmmailbox导入邮件提示：Code:zclient.UPLOAD_SIZE_LIMIT_EXCEEDED (0)如何让Zimbra支持https (0)Zimbra如何启用IM插件 (0)SPF Policy Server for Postfix (Perl implementation) (0)]]></description>
			<content:encoded><![CDATA[<p>修改 /etc/postfix/virtual文件，如果文件不存在，创建一个新文件，增加下面这一行，将USERNAME替换成你的用户:</p>
<div>
<pre><code>	/.*/ USERNAME
</code></pre>
</div>
<p>修改/etc/postfix/virtual_domains文件，如果文件不存在，创建一个新文件，增加下面这一行:</p>
<div>
<pre><code>	/.*/ MATCH
</code></pre>
</div>
<p>运行postmap，生成相应的.db文件：</p>
<div>
<pre><code>	postmap /etc/postfix/virtual
	postmap /etc/postfix/virtual_domains
</code></pre>
</div>
<p>最后修改或增加/etc/postfix/main.cf文件，涉及相关的有如下2行：</p>
<div>
<pre><code>	virtual_alias_maps = regexp:/etc/postfix/virtual
	mydestination = regexp:/etc/postfix/virtual_domains
</code></pre>
</div>
<p>最后重启postfix,</p>
<div>
<pre><code>	/etc/init.d/postfix restart

参考： </code>http://www.njl.us/making-postfix-accept-all-mail-and-stick-it-i/</pre>
</div>
<h2  class="related_post_title">相关文章</h2><ul class="related_post"><li><a href="http://www.wenzk.com/archives/1172" title="Postfix:BOTH mydestination and virtual_mailbox_domains">Postfix:BOTH mydestination and virtual_mailbox_domains</a> (0)</li><li><a href="http://www.wenzk.com/archives/1501" title="zmmailbox导入邮件提示：Code:zclient.UPLOAD_SIZE_LIMIT_EXCEEDED">zmmailbox导入邮件提示：Code:zclient.UPLOAD_SIZE_LIMIT_EXCEEDED</a> (0)</li><li><a href="http://www.wenzk.com/archives/1185" title="如何让Zimbra支持https">如何让Zimbra支持https</a> (0)</li><li><a href="http://www.wenzk.com/archives/1182" title="Zimbra如何启用IM插件">Zimbra如何启用IM插件</a> (0)</li><li><a href="http://www.wenzk.com/archives/1178" title="SPF Policy Server for Postfix (Perl implementation) ">SPF Policy Server for Postfix (Perl implementation) </a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.wenzk.com/archives/1156/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>几个PHP关于URL和eMail分析方面的类</title>
		<link>http://www.wenzk.com/archives/670</link>
		<comments>http://www.wenzk.com/archives/670#comments</comments>
		<pubDate>Sun, 07 Mar 2010 01:13:39 +0000</pubDate>
		<dc:creator>ELM</dc:creator>
				<category><![CDATA[榆树网-网络]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[URL]]></category>
		<category><![CDATA[类]]></category>
		<category><![CDATA[邮件]]></category>

		<guid isPermaLink="false">http://www.wenzk.com/?p=670</guid>
		<description><![CDATA[http://www.phpclasses.org/browse/package/3169.html http://www.phpclasses.org/browse/package/4865.html http://www.phpclasses.org/browse/package/2816.html http://phpclasses.controloye.com/browse/package/2352.html http://phpclasses.controloye.com/browse/package/3169.html http://phpclasses.controloye.com/browse/package/347.html 相关文章zmmailbox导入邮件提示：Code:zclient.UPLOAD_SIZE_LIMIT_EXCEEDED (0)Zimbra LDAP为其他应用提供验证服务之PHP版本 (0)如何让Zimbra支持https (0)Zimbra如何启用IM插件 (0)SPF Policy Server for Postfix (Perl implementation) (0)]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.phpclasses.org/browse/package/3169.html" target="_blank">http://www.phpclasses.org/browse/package/3169.html</a></p>
<p><a href="http://www.phpclasses.org/browse/package/4865.html" target="_blank">http://www.phpclasses.org/browse/package/4865.html</a></p>
<p><a href="http://www.phpclasses.org/browse/package/2816.html" target="_blank">http://www.phpclasses.org/browse/package/2816.html</a></p>
<p><a href="http://phpclasses.controloye.com/browse/package/2352.html" target="_blank">http://phpclasses.controloye.com/browse/package/2352.html</a></p>
<p><a href="http://phpclasses.controloye.com/browse/package/3169.html" target="_blank">http://phpclasses.controloye.com/browse/package/3169.html</a></p>
<p><a href="http://phpclasses.controloye.com/browse/package/347.html" target="_blank">http://phpclasses.controloye.com/browse/package/347.html</a></p>
<h2  class="related_post_title">相关文章</h2><ul class="related_post"><li><a href="http://www.wenzk.com/archives/1501" title="zmmailbox导入邮件提示：Code:zclient.UPLOAD_SIZE_LIMIT_EXCEEDED">zmmailbox导入邮件提示：Code:zclient.UPLOAD_SIZE_LIMIT_EXCEEDED</a> (0)</li><li><a href="http://www.wenzk.com/archives/1402" title="Zimbra LDAP为其他应用提供验证服务之PHP版本">Zimbra LDAP为其他应用提供验证服务之PHP版本</a> (0)</li><li><a href="http://www.wenzk.com/archives/1185" title="如何让Zimbra支持https">如何让Zimbra支持https</a> (0)</li><li><a href="http://www.wenzk.com/archives/1182" title="Zimbra如何启用IM插件">Zimbra如何启用IM插件</a> (0)</li><li><a href="http://www.wenzk.com/archives/1178" title="SPF Policy Server for Postfix (Perl implementation) ">SPF Policy Server for Postfix (Perl implementation) </a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.wenzk.com/archives/670/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gmail for BB感觉不错</title>
		<link>http://www.wenzk.com/archives/134</link>
		<comments>http://www.wenzk.com/archives/134#comments</comments>
		<pubDate>Mon, 28 Sep 2009 07:29:16 +0000</pubDate>
		<dc:creator>ELM</dc:creator>
				<category><![CDATA[榆树网-杂项]]></category>
		<category><![CDATA[精彩]]></category>
		<category><![CDATA[8310]]></category>
		<category><![CDATA[Gmail]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Maps]]></category>
		<category><![CDATA[地图]]></category>
		<category><![CDATA[邮件]]></category>
		<category><![CDATA[黑莓]]></category>

		<guid isPermaLink="false">http://www.wenzk.com/?p=134</guid>
		<description><![CDATA[也许是长期以来一直对手机这一类终端产品性能没有信心吧，所以一些我个人认为比较复杂，在终端上操作会比较费劲的事务，从来就没有想过要在终端上使用，至少在最近一两年实现会比较麻烦，或者说实现了也是一个鸡肋。 对于邮件客户端这种大数据量的应用（本人没有删邮件的习惯），我也没有想过在终端上处理速度能有多快，效率能有多高，或许是对Google的产品心存一点点希望，或许也是抱着试试看的态度，安装了Gmail for BB，下面是几个截图。 启动画面： 邮件列表： 阅读邮件： 支持多帐号管理（当然Google Apps也能使用）： 经过对Gmail的试用，觉得效果很不错，对于Word这样的附件，直接转换成文本供你阅读，使用的时候也不会觉得卡，软件在本机能缓存一定的数据，但是做很多操作的时候还是要连接到Google服务器来完成，这个是Google的一贯作风，自然要花费不少的GPRS流量了。昨天晚上看到有人发试用乐图（Gpsmap）3.0 Beta版本的新功能，于是自己也迫不及待的要试用，感觉比2.x卡多了，2.x的速度就让我有点受不了，更何况3.x了。但是一直以来对Google map的感觉还是不错，运行软件不卡，唯一缺憾就是地图必须实时下载，等待下载地图的时间有点长，当然也要花费不少流量，也就是因为使用过Google不少应用，这些应用都没有让我失望，至少目前为止是我使用过的同类产品中数一数二的，所以才对Google有信心。 来几张插曲，以前的截图： Alt + CAP + H就可以看到这个HelpMe了，忘记说了，我的手机是沃达丰版本的8310。 题外话：现在对Google这个公司开始有一点点的FUD了，太多的东西越来越依赖Google，这是好事吗，或许不坏吧。。。 相关文章解决Android下Google Maps无法通过GSM基站定位问题 (0)Google Maps for BlackBerry终于在本地缓存地图了 (0)今天终于把黑莓的系统给刷了 (0)Google地图的WIFI定位技术 (1)黑莓手机使用技巧之基站定位-Google Maps篇 (0)]]></description>
			<content:encoded><![CDATA[<p>也许是长期以来一直对手机这一类终端产品性能没有信心吧，所以一些我个人认为比较复杂，在终端上操作会比较费劲的事务，从来就没有想过要在终端上使用，至少在最近一两年实现会比较麻烦，或者说实现了也是一个鸡肋。</p>
<p><span id="more-134"></span>对于邮件客户端这种大数据量的应用（本人没有删邮件的习惯），我也没有想过在终端上处理速度能有多快，效率能有多高，或许是对Google的产品心存一点点希望，或许也是抱着试试看的态度，安装了Gmail for BB，下面是几个截图。</p>
<p>启动画面：</p>
<p><a href="http://www.wenzk.com/wp-content/uploads/2009/09/BBScreenie2009_09_28_15_00_39.PNG" class="highslide-image" onclick="return hs.expand(this);"><img class="alignnone size-medium wp-image-138" title="BBScreenie2009_09_28_15_00_39" src="http://www.wenzk.com/wp-content/uploads/2009/09/BBScreenie2009_09_28_15_00_39-300x225.PNG" alt="BBScreenie2009_09_28_15_00_39" width="300" height="225" /></a></p>
<p>邮件列表：</p>
<p><a href="http://www.wenzk.com/wp-content/uploads/2009/09/BBScreenie2009_09_28_15_01_13.PNG" class="highslide-image" onclick="return hs.expand(this);"><img class="alignnone size-medium wp-image-139" title="BBScreenie2009_09_28_15_01_13" src="http://www.wenzk.com/wp-content/uploads/2009/09/BBScreenie2009_09_28_15_01_13-300x225.PNG" alt="BBScreenie2009_09_28_15_01_13" width="300" height="225" /></a></p>
<p>阅读邮件：</p>
<p><a href="http://www.wenzk.com/wp-content/uploads/2009/09/BBScreenie2009_09_28_15_01_54.PNG" class="highslide-image" onclick="return hs.expand(this);"><img class="alignnone size-medium wp-image-141" title="BBScreenie2009_09_28_15_01_54" src="http://www.wenzk.com/wp-content/uploads/2009/09/BBScreenie2009_09_28_15_01_54-300x225.PNG" alt="BBScreenie2009_09_28_15_01_54" width="300" height="225" /></a></p>
<p>支持多帐号管理（当然Google Apps也能使用）：</p>
<p><a href="http://www.wenzk.com/wp-content/uploads/2009/09/BBScreenie2009_09_28_15_01_33.PNG" class="highslide-image" onclick="return hs.expand(this);"><img class="alignnone size-medium wp-image-140" title="BBScreenie2009_09_28_15_01_33" src="http://www.wenzk.com/wp-content/uploads/2009/09/BBScreenie2009_09_28_15_01_33-300x225.PNG" alt="BBScreenie2009_09_28_15_01_33" width="300" height="225" /></a></p>
<p>经过对Gmail的试用，觉得效果很不错，对于Word这样的附件，直接转换成文本供你阅读，使用的时候也不会觉得卡，软件在本机能缓存一定的数据，但是做很多操作的时候还是要连接到Google服务器来完成，这个是Google的一贯作风，自然要花费不少的GPRS流量了。昨天晚上看到有人发试用乐图（Gpsmap）3.0 Beta版本的新功能，于是自己也迫不及待的要试用，感觉比2.x卡多了，2.x的速度就让我有点受不了，更何况3.x了。但是一直以来对Google map的感觉还是不错，运行软件不卡，唯一缺憾就是地图必须实时下载，等待下载地图的时间有点长，当然也要花费不少流量，也就是因为使用过Google不少应用，这些应用都没有让我失望，至少目前为止是我使用过的同类产品中数一数二的，所以才对Google有信心。</p>
<p>来几张插曲，以前的截图：</p>
<p><a href="http://www.wenzk.com/wp-content/uploads/2009/09/BBScreenie2009_08_03_21_55_35.PNG" class="highslide-image" onclick="return hs.expand(this);"><img class="alignnone size-medium wp-image-135" title="BBScreenie2009_08_03_21_55_35" src="http://www.wenzk.com/wp-content/uploads/2009/09/BBScreenie2009_08_03_21_55_35-300x225.PNG" alt="BBScreenie2009_08_03_21_55_35" width="300" height="225" /></a></p>
<p><a href="http://www.wenzk.com/wp-content/uploads/2009/09/BBScreenie2009_08_03_22_01_51.PNG" class="highslide-image" onclick="return hs.expand(this);"><img class="alignnone size-medium wp-image-136" title="BBScreenie2009_08_03_22_01_51" src="http://www.wenzk.com/wp-content/uploads/2009/09/BBScreenie2009_08_03_22_01_51-300x225.PNG" alt="BBScreenie2009_08_03_22_01_51" width="300" height="225" /></a></p>
<p><a href="http://www.wenzk.com/wp-content/uploads/2009/09/BBScreenie2009_08_03_22_02_22.PNG" class="highslide-image" onclick="return hs.expand(this);"><img class="alignnone size-medium wp-image-137" title="BBScreenie2009_08_03_22_02_22" src="http://www.wenzk.com/wp-content/uploads/2009/09/BBScreenie2009_08_03_22_02_22-300x225.PNG" alt="BBScreenie2009_08_03_22_02_22" width="300" height="225" /></a></p>
<p>Alt + CAP + H就可以看到这个HelpMe了，忘记说了，我的手机是沃达丰版本的8310。</p>
<p>题外话：现在对Google这个公司开始有一点点的FUD了，太多的东西越来越依赖Google，这是好事吗，或许不坏吧。。。</p>
<h2  class="related_post_title">相关文章</h2><ul class="related_post"><li><a href="http://www.wenzk.com/archives/1245" title="解决Android下Google Maps无法通过GSM基站定位问题">解决Android下Google Maps无法通过GSM基站定位问题</a> (0)</li><li><a href="http://www.wenzk.com/archives/813" title="Google Maps for BlackBerry终于在本地缓存地图了">Google Maps for BlackBerry终于在本地缓存地图了</a> (0)</li><li><a href="http://www.wenzk.com/archives/437" title="今天终于把黑莓的系统给刷了">今天终于把黑莓的系统给刷了</a> (0)</li><li><a href="http://www.wenzk.com/archives/270" title="Google地图的WIFI定位技术">Google地图的WIFI定位技术</a> (1)</li><li><a href="http://www.wenzk.com/archives/265" title="黑莓手机使用技巧之基站定位-Google Maps篇">黑莓手机使用技巧之基站定位-Google Maps篇</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.wenzk.com/archives/134/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

