diff --git a/en_US/faq/2-iredadmin-pro.restful.api.md b/en_US/faq/2-iredadmin-pro.restful.api.md index 535bd8b3..b86ea5d9 100644 --- a/en_US/faq/2-iredadmin-pro.restful.api.md +++ b/en_US/faq/2-iredadmin-pro.restful.api.md @@ -9,9 +9,11 @@ ### ChangeLog -* Variable name `cn` has been renamed to `name`. * 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` ## Summary @@ -185,7 +187,9 @@ Notes: `name` | display name | `name=My List Name` `accessPolicy` | Defines who can send email to this mail alias account | `accessPolicy=public` - > Note: `accessPolicy` for mail alias account is only available for SQL backends. + !!! attention + + `accessPolicy` for mail alias account is only available for SQL backends. @@ -194,13 +198,15 @@ Notes:
+ !!! attention + + `accessPolicy` for mail alias account is only available for SQL backends. + Parameter Name | Summary | Sample Usage --- |--- |--- `name` | display name | `name=My List Name` `accessPolicy` | Defines who can send email to this mail alias account | `accessPolicy=public` - > Note: `accessPolicy` for mail alias account is only available for SQL backends. -
diff --git a/en_US/upgrade/0-upgrade.iredmail.0.9.5.1-0.9.6.md b/en_US/upgrade/0-upgrade.iredmail.0.9.5.1-0.9.6.md index 2062aafd..76645318 100644 --- a/en_US/upgrade/0-upgrade.iredmail.0.9.5.1-0.9.6.md +++ b/en_US/upgrade/0-upgrade.iredmail.0.9.5.1-0.9.6.md @@ -14,6 +14,8 @@ ## TODO * Separated SOGo address book for LDAP backend. +* List all contacts by default in SOGo global address book (`listRequiresDot`). +* Postfix parameter `smtpd_command_filter`. ## ChangeLog diff --git a/html/iredadmin-pro.restful.api.html b/html/iredadmin-pro.restful.api.html index d1b76ec3..eb11bb2d 100644 --- a/html/iredadmin-pro.restful.api.html +++ b/html/iredadmin-pro.restful.api.html @@ -47,9 +47,13 @@

ChangeLog

Summary

iRedAdmin-Pro RESTful API will return message in JSON format.

@@ -444,9 +448,10 @@ please use mail alias account as mailing list.

-
-

Note: accessPolicy for mail alias account is only available for SQL backends.

-
+
+

Attention

+

accessPolicy for mail alias account is only available for SQL backends.

+
@@ -457,6 +462,10 @@ please use mail alias account as mailing list.

PUT /api/alias/<mail> Update profile of an existing mail alias Parameters

+
+

Attention

+

accessPolicy for mail alias account is only available for SQL backends.

+
@@ -478,9 +487,6 @@ please use mail alias account as mailing list.

-
-

Note: accessPolicy for mail alias account is only available for SQL backends.

-
diff --git a/html/upgrade.iredmail.0.9.5.1-0.9.6.html b/html/upgrade.iredmail.0.9.5.1-0.9.6.html index 8f1ccdc2..014681dd 100644 --- a/html/upgrade.iredmail.0.9.5.1-0.9.6.html +++ b/html/upgrade.iredmail.0.9.5.1-0.9.6.html @@ -48,6 +48,8 @@ check the details and co

TODO

ChangeLog