diff --git a/en_US/howto/change.mailbox.format.md b/en_US/howto/change.mailbox.format.md index 6648cea5..83215ef4 100644 --- a/en_US/howto/change.mailbox.format.md +++ b/en_US/howto/change.mailbox.format.md @@ -64,3 +64,9 @@ mailboxFolder: mdbox * With iRedMail-0.9.9, if attribute `mailboxFormat` and `mailboxFolder` don't present in user LDAP object, Dovecot is configured to use `maildir` as default mailbox format and `Maildir` (case-sensitive) as folder name. + +## Reference + +* [Doveadm Sync](https://wiki.dovecot.org/Tools/Doveadm/Sync). It mentions how + to easily migrate existing mailbox to new mailbox format with `doveadm sync` + command. diff --git a/en_US/iredadmin/0-iredadmin-pro.restful.api-20170123.md b/en_US/iredadmin/0-iredadmin-pro.restful.api-20170123.md index 6133f8f0..8e3b7da1 100644 --- a/en_US/iredadmin/0-iredadmin-pro.restful.api-20170123.md +++ b/en_US/iredadmin/0-iredadmin-pro.restful.api-20170123.md @@ -4,22 +4,12 @@ !!! attention - * If you need an API which has not yet been implemented, don't hesitate to - [contact us](https://www.iredmail.org/contact.html). * This document is applicable to * iRedAdmin-Pro-SQL-2.5.0, 2.6.0 * iRedAdmin-Pro-LDAP-2.7.0, 2.8.0 - -## ChangeLog - -### iRedAdmin-Pro-SQL-2.6.0, iRedAdmin-Pro-LDAP-2.8.0 - -* Variable names in returned JSON data has been changed to: - `{'_success': ..., '_msg': ...}` (was `{'success': ..., 'msg': ...}`). -* Some variable names have been renamed: - * `cn` -> `name`. - * `mailQuota` -> `quota` - * `preferredLanguage` -> `language` + * If you need an API which has not yet been implemented, don't hesitate to + [contact us](https://www.iredmail.org/contact.html). + * [Release Notes of all iRedAdmin-Pro releases](./iredadmin-pro.releases.html). ## Summary diff --git a/en_US/iredadmin/0-iredadmin-pro.restful.api-20170824.md b/en_US/iredadmin/0-iredadmin-pro.restful.api-20170824.md index 8db5f7c6..0572e0de 100644 --- a/en_US/iredadmin/0-iredadmin-pro.restful.api-20170824.md +++ b/en_US/iredadmin/0-iredadmin-pro.restful.api-20170824.md @@ -10,6 +10,7 @@ [document for old releases](./iredadmin-pro.releases.html). * If you need an API which has not yet been implemented, don't hesitate to [contact us](https://www.iredmail.org/contact.html). + * [Release Notes of all iRedAdmin-Pro releases](./iredadmin-pro.releases.html). ## Summary @@ -603,63 +604,6 @@ Notes: - -## ChangeLog - -### iRedAdmin-Pro-SQL-2.8.0, iRedAdmin-Pro-LDAP-3.0 - -* NEW: Able to list all managed domains (`/domains`). -* NEW: Able to manage per-usre enabled mail services (`/user/`). -* NEW: Able to promote mail user to be a global admin (`/user/`). -* Enhancement: Return managed domain names while getting user (must - have admin privilege) or admin profile. - -* Fixed issues: - * It always requires password while updating domain admin profile. - -* iRedAdmin-Pro-LDAP-3.0: - * Enhancement: Return per-domain catchall addresses in domain profile. - * LDAP attribute 'accountSetting' is now converted to a dictionary - in returned JSON. - - * Old value: `{'accountSetting': ['create_new_domains:yes', 'create_max_domains:5', ...], ...}` - * New value: `{'accountSetting': {'create_new_domains': 'yes', 'create_max_domains': 5, ...}}` - -### iRedAdmin-Pro-SQL-2.7.0, iRedAdmin-Pro-LDAP-2.9.0 - -* New: Able to manage global, per-domain and per-user greylisting settings, - whitelist senders, and global whitelisted SPF domains. -* iRedAdmin-Pro-SQL-2.7.0: - * Variable names changed in returned JSON data of user profile (`GET /api/user/`): - * name `forwarding` is replaced by `forwardings`, and it's now a list - object of user forwarding email addresses (was a string, multiple - addresses were separated by comma). - * Variable names in returned JSON data of mail alias profile (`GET /api/alias/`): - * name `islist` is gone. - * name `goto` is replaced by `members`, and it's now a list object of - member email addresses (was a string, multiple addresses were separated - by comma). - * Variable names in returned JSON data of domain profile (`GET /api/domain/`): - * name `catchall` always presents, and it's now a list object of catch-all - email address (was a string, multiple addresses were separated by comma). - * Fixed bugs: - * Cannot set per-user alias addresses while creating new mail user. - * Cannot add or remove per-user alias addresses while updating user profile. - * User mailbox quota was removed while updating user profile. - * Not use default transport setting while creating new domain. - -### iRedAdmin-Pro-SQL-2.6.0, iRedAdmin-Pro-LDAP-2.8.0 - -* Variable names in returned JSON data has been changed to: - `{'_success': ..., '_msg': ...}` (was `{'success': ..., 'msg': ...}`). -* Some variable names have been renamed: - * `cn` -> `name`. - * `mailQuota` -> `quota` - * `preferredLanguage` -> `language` - - - -