0.9.3: Fix an incorrect folder name in Dovecot config file.

This commit is contained in:
Zhang Huangbin 2015-12-14 21:33:51 +08:00
parent 61eb1e9222
commit 15517f3bf4
3 changed files with 7 additions and 4 deletions

View File

@ -6,6 +6,7 @@
> We offer remote upgrade service, check [the price](../support.html) and [contact us](../contact.html).
* 2015-12-14: Fix duplicate folder name in section `Dovecot-2.2: Add more special folders as alias folders`.
* 2015-12-14: Initial release.
## General (All backends should apply these steps)
@ -201,7 +202,7 @@ Add below alias folders inside the same `namespace {}` block:
special_use = \Trash
}
mailbox "Deleted Messages" {
mailbox "Deleted Items" {
auto = no
special_use = \Trash
}

View File

@ -67,6 +67,7 @@
<p>We offer remote upgrade service, check <a href="../support.html">the price</a> and <a href="../contact.html">contact us</a>.</p>
</blockquote>
<ul>
<li>2015-12-14: Fix duplicate folder name in section <code>Dovecot-2.2: Add more special folders as alias folders</code>.</li>
<li>2015-12-14: Initial release.</li>
</ul>
<h2 id="general-all-backends-should-apply-these-steps">General (All backends should apply these steps)</h2>
@ -241,7 +242,7 @@ earlier versions, please skip this step.</p>
special_use = \Trash
}
mailbox &quot;Deleted Messages&quot; {
mailbox &quot;Deleted Items&quot; {
auto = no
special_use = \Trash
}

View File

@ -8,7 +8,8 @@
<div id="navigation">
<a href="http://www.iredmail.org" target="_blank">iRedMail web site</a>
</div><h3 id="_1">迁移</h3>
</div><h3 id="_1">发布声明和升级指南</h3>
<h3 id="_2">迁移</h3>
<ul>
<li><a href="password.hashes.html">密码</a></li>
</ul>
@ -26,7 +27,7 @@
<li><a href="reset.user.password.html">重置用户密码</a></li>
<li><a href="use.a.bought.ssl.certificate.html">使用购买的 SSL 证书</a></li>
</ul>
<h3 id="_2">排错与调试</h3>
<h3 id="_3">排错与调试</h3>
<ul>
<li><a href="debug.amavisd.html">调试 Amavisd 和 SpamAssassin</a></li>
<li><a href="debug.dovecot.html">开启 Dovecot 调试模式</a></li>