Update: updated changelogs for Community and Mail Servers

This commit is contained in:
alexandervnuchkov 2019-04-18 18:51:52 +03:00
parent 3385e73b7a
commit 80a85c11bb
2 changed files with 68 additions and 0 deletions

View File

@ -1,6 +1,45 @@
<%@ Control Language="C#" Inherits="BaseContentUserControls" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<div class="changelog-open-in-new-window"><a target="_blank" href="<%=VirtualPathUtility.ToAbsolute("~/server/community/changelog.aspx")%>">Open in new window</a></div>
<div class="changelog-version-block">
<p class="changelog-main-header">Version 10.0.1</p>
<p class="changelog-release-date">Release date: <span class="crd-date">20/04/2019</span></p>
<div class="changelog-switcher">
<p class="changelog-subheader">Documents module</p>
<ul>
<li>Added the possibility to view <code>AVI</code>, <code>MPEG</code> and <code>MPG</code> files;</li>
<li>If the portal has HTTPS enabled, the address of the editors is also checked for the presense of the secure HTTPS connection alternative.</li>
</ul>
<p class="changelog-subheader">People module</p>
<ul>
<li>Added the restriction for the number of all users (both active and guests) on the portal.</li>
</ul>
<p class="changelog-subheader">Mail Server</p>
<p class="changelog-subsubheader">New features</p>
<ul>
<li>Added permanent <b>Fail2Ban</b> <code>ignoreip</code> section for docker containers and its gateway;</li>
<li>Added the possibility to create <b>sieve</b> rules for users inside <code>/var/vmail/sieve/</code>;</li>
<li>Added new extension to <b>sieve</b>: <code>sieve_extensions -> editheader</code>;</li>
<li>Exposed port 4190 for <code>ManageSieve</code> service;</li>
<li>Added the possibility to run an external script from the <code>/var/vmail/external.sh</code> or <code>/app/onlyoffice/MailServer/data/external.sh</code> path;</li>
<li>Changed the default <code>FIRST_DOMAIN</code> parameter;</li>
<li>Replaced the hard-coded password used for the first mailbox with a random one;</li>
<li>Removed old useless descriptions for <b>iRedMail</b> administrator console path;</li>
<li>Added backticks to the <code>'CREATE DATABASE'</code> commands;</li>
<li>Added the possibility to send mail messages from <code>alias_domain</code>, <code>alias_address</code> and <code>full alias</code>;</li>
<li>Added the <code>imapsync</code> command;</li>
<li>Added the new Python scripts allowing to create mailboxes, change password and run imapsync batch in <code>/usr/src/iRedMail/tools/scripts</code> folder inside the <code>onlyoffice-mail-server</code> container;</li>
<li>Added the <b>Python PIP</b> manager and installation requirements.</li>
</ul>
<p class="changelog-subsubheader">Bug fixes</p>
<ul>
<li>Fixed the bug with mailbox not being removed when using third level domain (issue: wrong domain regex);</li>
<li>Fixed the bug with the <code>Cannot load 1024-bit DH parameters from file /etc/pki/tls/dhparams.pem</code> warning;</li>
<li>Fixed the bug with the <code>No such file or directory</code> being shown in many cases;</li>
<li>Fixed the bug with the <code>ECHO_INFO: command not found</code> warning.</li>
</ul>
</div>
</div>
<div class="changelog-version-block">
<p class="changelog-main-header">Version 10.0 <cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/SaaSOnly/SaaSOnly.ascx" /></p>
<p class="changelog-release-date">Release date: <span class="crd-date">03/17/2019</span></p>

View File

@ -1,5 +1,34 @@
<%@ Control Language="C#" Inherits="BaseContentUserControls" %>
<div class="changelog-open-in-new-window"><a target="_blank" href="<%=VirtualPathUtility.ToAbsolute("~/server/mail/changelog.aspx")%>">Open in new window</a></div>
<div class="changelog-version-block">
<p class="changelog-main-header">Version 1.6.57</p>
<p class="changelog-release-date">Release date: <span class="crd-date">20/04/2019</span></p>
<div class="changelog-switcher">
<p class="changelog-subheader">New features</p>
<ul>
<li>Added permanent <b>Fail2Ban</b> <code>ignoreip</code> section for docker containers and its gateway;</li>
<li>Added the possibility to create <b>sieve</b> rules for users inside <code>/var/vmail/sieve/</code>;</li>
<li>Added new extension to <b>sieve</b>: <code>sieve_extensions -> editheader</code>;</li>
<li>Exposed port 4190 for <code>ManageSieve</code> service;</li>
<li>Added the possibility to run an external script from the <code>/var/vmail/external.sh</code> or <code>/app/onlyoffice/MailServer/data/external.sh</code> path;</li>
<li>Changed the default <code>FIRST_DOMAIN</code> parameter;</li>
<li>Replaced the hard-coded password used for the first mailbox with a random one;</li>
<li>Removed old useless descriptions for <b>iRedMail</b> administrator console path;</li>
<li>Added backticks to the <code>'CREATE DATABASE'</code> commands;</li>
<li>Added the possibility to send mail messages from <code>alias_domain</code>, <code>alias_address</code> and <code>full alias</code>;</li>
<li>Added the <code>imapsync</code> command;</li>
<li>Added the new Python scripts allowing to create mailboxes, change password and run imapsync batch in <code>/usr/src/iRedMail/tools/scripts</code> folder inside the <code>onlyoffice-mail-server</code> container;</li>
<li>Added the <b>Python PIP</b> manager and installation requirements.</li>
</ul>
<p class="changelog-subheader">Bug fixes</p>
<ul>
<li>Fixed the bug with mailbox not being removed when using third level domain (issue: wrong domain regex);</li>
<li>Fixed the bug with the <code>Cannot load 1024-bit DH parameters from file /etc/pki/tls/dhparams.pem</code> warning;</li>
<li>Fixed the bug with the <code>No such file or directory</code> being shown in many cases;</li>
<li>Fixed the bug with the <code>ECHO_INFO: command not found</code> warning.</li>
</ul>
</div>
</div>
<div class="changelog-version-block">
<p class="changelog-main-header">Version 1.6.25</p>
<p class="changelog-release-date">Release date: <span class="crd-date">07/03/2017</span></p>