Sync TODO items in draft upgrade tutorial.

This commit is contained in:
Zhang Huangbin 2017-11-03 14:06:19 +08:00
parent e973c8212b
commit a325a4ee94
2 changed files with 16 additions and 0 deletions

View File

@ -13,9 +13,15 @@
## ChangeLog
* TODO [LDAP backends] Update LDAP schema and slapd.conf
* slapd.conf:
- add new index for `member` and `uniqueMember`
* TODO [SQL backends] Update SQL structure:
* New column: `domain.maillists`
* New column: `forwardings.is_maillist`
* New table: `vmail.maillists`
* New doc: how to add a standalone (mlmmj) mailing list account
* New doc: how to deploy mlmmj + mlmmj-admin
* Oct 6, 2017: Fixed: SOGo backup script contains 3 issues
* Oct 6, 2017: [OPTIONAL] Fix improper expected DNSBL filter for site `b.barracudacentral.org`
* Oct 6, 2017: [OPTIONAL] Log mail subject, sender, size in mail deliver log.

View File

@ -51,9 +51,19 @@ check <a href="../support.html">the details</a> and <a href="../contact.html">co
</div>
<h2 id="changelog">ChangeLog</h2>
<ul>
<li>TODO [LDAP backends] Update LDAP schema and slapd.conf<ul>
<li>slapd.conf:<ul>
<li>add new index for <code>member</code> and <code>uniqueMember</code></li>
</ul>
</li>
</ul>
</li>
<li>TODO [SQL backends] Update SQL structure:<ul>
<li>New column: <code>domain.maillists</code></li>
<li>New column: <code>forwardings.is_maillist</code></li>
<li>New table: <code>vmail.maillists</code></li>
<li>New doc: how to add a standalone (mlmmj) mailing list account</li>
<li>New doc: how to deploy mlmmj + mlmmj-admin</li>
</ul>
</li>
<li>Oct 6, 2017: Fixed: SOGo backup script contains 3 issues</li>