Update links of iRedAdmin-Pro release notes.

This commit is contained in:
Zhang Huangbin 2020-02-10 14:52:53 +08:00
parent 1ddfdddae9
commit 675397161a
6 changed files with 34 additions and 2686 deletions

View File

@ -4,8 +4,8 @@
!!! attention
* This document is applicable to `iRedAdmin-Pro-SQL-4.2` and
`iRedAdmin-Pro-LDAP-4.3`. If you're running an old release, please
* This document is applicable to `iRedAdmin-Pro-SQL-4.1` (and 4.1.1, 4.1.2) and
`iRedAdmin-Pro-LDAP-4.2`. If you're running an old release, please
upgrade iRedAdmin-Pro to the latest release, or check
[document for old releases](./iredadmin-pro.releases.html).
* If you need an API which has not yet been implemented, don't hesitate to
@ -132,7 +132,7 @@ Notes:
`numberOfAliases` | Max number of mail alias accounts | `numberOfAliases=30`
`senderBcc` | Per-domain sender bcc address | `senderBcc=user@domain.com`
`recipientBcc` | Per-domain recipient bcc address | `recipientBcc=user@domain.com`
`is_backupmx` | Mark domain as Backup MX. If parameter `primarymx` is not given, MTA (Postfix) will query DNS record to get primary mx server. Conflicts with parameter `transport`. | `is_backupmx=yes` (or `no`)
`is_backupmx` | Mark domain as Backup MX. Must be used with parameter `primarymx`. Conflicts with parameter `transport`. | `is_backupmx=yes` (or `no`)
`primarymx` | Hostname or IP address of primary MX, smtp port number is optional. Must be used with parameter `is_backupmx`. Conflicts with parameter `transport`. | `primarymx=202.96.134.133`, `primarymx=[mail.iredmail.org]:25`
`catchall` | Per-domain catch-all account (a list of email addresses used to receive emails sent to non-existing addresses under same domain). Multiple addresses must be separated by comma. Set an empty value to disable catch-all support. | `catchall=user@domain.com,user2@domain.com` or `catchall=` (disable catch-all)
`outboundRelay` | Per-domain outbound relay. Set an empty value to disable outbound relay. | `outboundRelay=smtp:[192.168.1.2]:25` or `outboundRelay=` (disable outbound relay)
@ -172,7 +172,6 @@ Notes:
wblist | Per-domain whitelists and blacklists
spampolicy | Per-domain spam policy
backupmx | Backup MX
password_policies | Password policies. including min/max password lengths.
advanced | Some extra settings
Available user profiles:

View File

@ -4,8 +4,8 @@
!!! attention
* This document is applicable to `iRedAdmin-Pro-SQL-4.1` (and 4.1.1, 4.1.2) and
`iRedAdmin-Pro-LDAP-4.2`. If you're running an old release, please
* This document is applicable to `iRedAdmin-Pro-SQL-4.2` and
`iRedAdmin-Pro-LDAP-4.3`. If you're running an old release, please
upgrade iRedAdmin-Pro to the latest release, or check
[document for old releases](./iredadmin-pro.releases.html).
* If you need an API which has not yet been implemented, don't hesitate to
@ -132,7 +132,7 @@ Notes:
`numberOfAliases` | Max number of mail alias accounts | `numberOfAliases=30`
`senderBcc` | Per-domain sender bcc address | `senderBcc=user@domain.com`
`recipientBcc` | Per-domain recipient bcc address | `recipientBcc=user@domain.com`
`is_backupmx` | Mark domain as Backup MX. Must be used with parameter `primarymx`. Conflicts with parameter `transport`. | `is_backupmx=yes` (or `no`)
`is_backupmx` | Mark domain as Backup MX. If parameter `primarymx` is not given, MTA (Postfix) will query DNS record to get primary mx server. Conflicts with parameter `transport`. | `is_backupmx=yes` (or `no`)
`primarymx` | Hostname or IP address of primary MX, smtp port number is optional. Must be used with parameter `is_backupmx`. Conflicts with parameter `transport`. | `primarymx=202.96.134.133`, `primarymx=[mail.iredmail.org]:25`
`catchall` | Per-domain catch-all account (a list of email addresses used to receive emails sent to non-existing addresses under same domain). Multiple addresses must be separated by comma. Set an empty value to disable catch-all support. | `catchall=user@domain.com,user2@domain.com` or `catchall=` (disable catch-all)
`outboundRelay` | Per-domain outbound relay. Set an empty value to disable outbound relay. | `outboundRelay=smtp:[192.168.1.2]:25` or `outboundRelay=` (disable outbound relay)
@ -172,6 +172,7 @@ Notes:
wblist | Per-domain whitelists and blacklists
spampolicy | Per-domain spam policy
backupmx | Backup MX
password_policies | Password policies. including min/max password lengths.
advanced | Some extra settings
Available user profiles:
@ -333,7 +334,7 @@ Notes:
`employeeid` | User ID (or Employee Number) | `employeeid=My Employee ID`
`transport` | Transport program | `transport=dovecot`
`isGlobalAdmin` | Promote user to be a global admin. Possible values: `yes`, `no` | `isGlobalAdmin=yes`
`forwarding` | Per-user mail forwarding. Multiple addresses must be separated by comma. To save an email copy in mailbox, add original email address as one of forwarding addresses. | `forwarding=user1@domain.com,user2@domain.com,user3@domain.com`
`forwarding` | Reset per-user mail forwarding to given (valid) addresses. Multiple addresses must be separated by comma. To save an email copy in mailbox, add original email address as one of forwarding addresses. | `forwarding=user1@domain.com,user2@domain.com,user3@domain.com`
`addForwarding` | Add per-user mail forwarding addresses. Multiple addresses must be separated by comma. __WARNING__: Conflict with parameter `forwarding`. | `addForwarding=user1@domain.com,user2@domain.com,user3@domain.com`
`removeForwarding` | Remove existing per-user mail forwarding addresses. Multiple addresses must be separated by comma. __WARNING__: Conflict with parameter `forwarding`. | `removeForwarding=user1@domain.com,user2@domain.com,user3@domain.com`
`senderBcc` | Per-user BCC for outbound emails. Only one email address is allowed. Parameter with empty value will remove existing sender bcc address. | `senderBcc=user1@domain.com` or <br/>`senderBcc=` (remove existing bcc address)

View File

@ -15,7 +15,8 @@ this tutorial with just one shell command:
Version | Release Date | Comment | Extra
---|---|---|---
[4.2](https://forum.iredmail.org/topic16276.html) | Dec 9, 2019 | Bug fix release. | [RESTful API document](./iredadmin-pro.restful.api.html)
[4.3](https://forum.iredmail.org/topic16506.html) |Feb 10, 2020 | Bug fix release. | [RESTful API document](./iredadmin-pro.restful.api.html)
[4.2](https://forum.iredmail.org/topic16276.html) | Dec 9, 2019 | Bug fix release. | [RESTful API document](./iredadmin-pro.restful.api-20200210.html)
[4.1](https://forum.iredmail.org/topic16137.html) | Oct 22, 2019 | Bug fix release. | [RESTful API document](./iredadmin-pro.restful.api-20191209.html)
[4.0](https://forum.iredmail.org/topic16001.html) | Sep 5, 2019 | Bug fix release. | [RESTful API document](./iredadmin-pro.restful.api-20191022.html)
[3.9](https://forum.iredmail.org/topic15910.html) | Aug 1, 2019 | Bug fix release. | [RESTful API document](./iredadmin-pro.restful.api-20190906.html)
@ -61,7 +62,8 @@ Version | Release Date | Comment | Extra
Version | Release Date | Comment | RESTful API Document
---|---|---|---
[4.1.2](https://forum.iredmail.org/topic16325.html) | Dec 18, 2019 | Bug fix release. | [RESTful API document](./iredadmin-pro.restful.api.html)
[4.2](https://forum.iredmail.org/topic16505.html) | Feb 10, 2020 | Bug fix release. | [RESTful API document](./iredadmin-pro.restful.api.html)
[4.1.2](https://forum.iredmail.org/topic16325.html) | Dec 18, 2019 | Bug fix release. | [RESTful API document](./iredadmin-pro.restful.api-20200210.html)
[4.1.1](https://forum.iredmail.org/topic16300.html) | Dec 13, 2019 | Bug fix release. | [RESTful API document](./iredadmin-pro.restful.api.html)
[4.1](https://forum.iredmail.org/topic16277.html) | Dec 9, 2019 | Bug fix release. | [RESTful API document](./iredadmin-pro.restful.api.html)
[4.0](https://forum.iredmail.org/topic16138.html) | Oct 22, 2019 | Bug fix release. | [RESTful API document](./iredadmin-pro.restful.api-20191209.html)

View File

@ -48,10 +48,16 @@ this tutorial with just one shell command:</p>
</thead>
<tbody>
<tr>
<td><a href="https://forum.iredmail.org/topic16506.html">4.3</a></td>
<td>Feb 10, 2020</td>
<td>Bug fix release.</td>
<td><a href="./iredadmin-pro.restful.api.html">RESTful API document</a></td>
</tr>
<tr>
<td><a href="https://forum.iredmail.org/topic16276.html">4.2</a></td>
<td>Dec 9, 2019</td>
<td>Bug fix release.</td>
<td><a href="./iredadmin-pro.restful.api.html">RESTful API document</a></td>
<td><a href="./iredadmin-pro.restful.api-20200210.html">RESTful API document</a></td>
</tr>
<tr>
<td><a href="https://forum.iredmail.org/topic16137.html">4.1</a></td>
@ -307,10 +313,16 @@ this tutorial with just one shell command:</p>
</thead>
<tbody>
<tr>
<td><a href="https://forum.iredmail.org/topic16505.html">4.2</a></td>
<td>Feb 10, 2020</td>
<td>Bug fix release.</td>
<td><a href="./iredadmin-pro.restful.api.html">RESTful API document</a></td>
</tr>
<tr>
<td><a href="https://forum.iredmail.org/topic16325.html">4.1.2</a></td>
<td>Dec 18, 2019</td>
<td>Bug fix release.</td>
<td><a href="./iredadmin-pro.restful.api.html">RESTful API document</a></td>
<td><a href="./iredadmin-pro.restful.api-20200210.html">RESTful API document</a></td>
</tr>
<tr>
<td><a href="https://forum.iredmail.org/topic16300.html">4.1.1</a></td>

View File

@ -47,8 +47,8 @@
<div class="admonition attention">
<p class="admonition-title">Attention</p>
<ul>
<li>This document is applicable to <code>iRedAdmin-Pro-SQL-4.1</code> (and 4.1.1, 4.1.2) and
<code>iRedAdmin-Pro-LDAP-4.2</code>. If you're running an old release, please
<li>This document is applicable to <code>iRedAdmin-Pro-SQL-4.2</code> and
<code>iRedAdmin-Pro-LDAP-4.3</code>. If you're running an old release, please
upgrade iRedAdmin-Pro to the latest release, or check
<a href="./iredadmin-pro.releases.html">document for old releases</a>.</li>
<li>If you need an API which has not yet been implemented, don't hesitate to
@ -324,7 +324,7 @@ networks.</p>
</tr>
<tr>
<td><code>is_backupmx</code></td>
<td>Mark domain as Backup MX. Must be used with parameter <code>primarymx</code>. Conflicts with parameter <code>transport</code>.</td>
<td>Mark domain as Backup MX. If parameter <code>primarymx</code> is not given, MTA (Postfix) will query DNS record to get primary mx server. Conflicts with parameter <code>transport</code>.</td>
<td><code>is_backupmx=yes</code> (or <code>no</code>)</td>
</tr>
<tr>
@ -481,6 +481,10 @@ networks.</p>
<td>Backup MX</td>
</tr>
<tr>
<td>password_policies</td>
<td>Password policies. including min/max password lengths.</td>
</tr>
<tr>
<td>advanced</td>
<td>Some extra settings</td>
</tr>
@ -974,7 +978,7 @@ to be a domain admin.</p>
</tr>
<tr>
<td><code>forwarding</code></td>
<td>Per-user mail forwarding. Multiple addresses must be separated by comma. To save an email copy in mailbox, add original email address as one of forwarding addresses.</td>
<td>Reset per-user mail forwarding to given (valid) addresses. Multiple addresses must be separated by comma. To save an email copy in mailbox, add original email address as one of forwarding addresses.</td>
<td><code>forwarding=user1@domain.com,user2@domain.com,user3@domain.com</code></td>
</tr>
<tr>

File diff suppressed because it is too large Load Diff