Sync release notes of iRedMail Easy.

This commit is contained in:
Zhang Huangbin 2019-02-21 11:59:05 +08:00
parent 41732fcc54
commit 7989c0cfba
2 changed files with 14 additions and 0 deletions

View File

@ -5,6 +5,12 @@
## Upcoming release (March X, 2019)
* Improvements:
+ New option `Trusted clients` in mail server profile page, under tab
`Settings`. You can list all trusted IP addresses or CIDR networks here,
they will be whitelisted by few components:
- Postfix: parameter `mynetworks` in `/etc/postfix/main.cf`
- iRedAPD: parameter `MYNETWORKS` in `/opt/iredapd/settings.py`
- Fail2ban: parameter `ignoreip` in `/etc/fail2ban/ignoreip.local`
+ Backup OpenLDAP data with option `-o ldif-wrap=no`, to avoid break long
line to multiple lines. The dumped LDIF file is easier to work with
`grep` and other command line tools.

View File

@ -32,6 +32,14 @@
<h2 id="upcoming-release-march-x-2019">Upcoming release (March X, 2019)</h2>
<ul>
<li>Improvements:<ul>
<li>New option <code>Trusted clients</code> in mail server profile page, under tab
<code>Settings</code>. You can list all trusted IP addresses or CIDR networks here,
they will be whitelisted by few components:<ul>
<li>Postfix: parameter <code>mynetworks</code> in <code>/etc/postfix/main.cf</code></li>
<li>iRedAPD: parameter <code>MYNETWORKS</code> in <code>/opt/iredapd/settings.py</code></li>
<li>Fail2ban: parameter <code>ignoreip</code> in <code>/etc/fail2ban/ignoreip.local</code></li>
</ul>
</li>
<li>Backup OpenLDAP data with option <code>-o ldif-wrap=no</code>, to avoid break long
line to multiple lines. The dumped LDIF file is easier to work with
<code>grep</code> and other command line tools.</li>