helpcenter/Web/Controls/Help/Server/Mail/MSChangelog.ascx

115 lines
6.4 KiB
Plaintext
Raw Normal View History

<%@ 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>
2017-11-10 07:22:38 +00:00
<p class="changelog-release-date">Release date: <span class="crd-date">07/03/2017</span></p>
<div class="changelog-switcher">
<p class="changelog-subheader">Runtime</p>
<ul>
<li>Updated OpenSSL to the latest version (1.0.2).</li>
</ul>
</div>
</div>
<div class="changelog-version-block">
<p class="changelog-main-header">Version 1.6.21</p>
<p class="changelog-release-date">Release date: <span class="crd-date">04/26/2017</span></p>
<div class="changelog-switcher">
<p class="changelog-subheader">Runtime</p>
<ul>
<li>Fixed the issue when the <code>amavisd-new</code> interface could not start without the properly configured IPv6.</li>
</ul>
</div>
</div>
<div class="changelog-version-block">
<p class="changelog-main-header">Version 1.6.20</p>
<p class="changelog-release-date">Release date: <span class="crd-date">12/13/2016</span></p>
<div class="changelog-switcher">
<p class="changelog-subheader">Connection Settings</p>
<ul>
<li>Added page to the <b>Settings</b> for the integration of <b>Community Server</b> (Windows version) with <b>Mail Server</b>.</li>
</ul>
<p class="changelog-subheader">Installation Script</p>
<ul>
<li>Fixed the error shown if the mail domain is not specified, now <b>Mail Server</b> will not be installed if this is the case.</li>
</ul>
</div>
</div>
<div class="changelog-version-block">
<p class="changelog-main-header">Version 1.6.7</p>
<p class="changelog-release-date">Release date: <span class="crd-date">06/22/2016</span></p>
<div class="changelog-switcher">
<p class="changelog-subheader">Refactoring</p>
<ul>
<li>Removed version from the <b>iRedMail</b> folder;</li>
<li><b>iRedMail</b> completed with commits from v.0.9.2;</li>
<li>Deleted unused packages from <b>iRedMail</b>;</li>
<li>Added the <b>SpamAssassin</b> setup with initial <code>bayes_tokens</code>.</li>
</ul>
<p class="changelog-subheader">Runtime</p>
<ul>
<li>Fixed the incorrect MySQL server name in the config;</li>
<li>Fixed the issue with the config section duplication when starting the Docker container;</li>
<li>Fixed the issue with sending mail to a group/alias address;</li>
<li>Fixed the startup API issue.</li>
</ul>
<p class="changelog-subheader">Logging</p>
<ul>
<li>Fixed logging during the installation.</li>
</ul>
<p class="changelog-subheader">Networking</p>
<ul>
<li>Fixed the fail2ban and iptables issue when starting Docker in a network mode;</li>
<li>Fixed the issue with <b>Mail Server</b> on an external physical server.</li>
</ul>
</div>
</div>
<div class="changelog-version-block">
<p class="changelog-main-header">Version 1.6.0</p>
<p class="changelog-release-date">Release date: <span class="crd-date">03/09/2016</span></p>
<div class="changelog-switcher">
<p class="changelog-subheader">Settings</p>
<ul>
<li>Redesigned <b>Mail Server</b> settings page.</li>
</ul>
</div>
</div>
<div class="changelog-version-block">
<p class="changelog-main-header">Version 1.5.0</p>
<p class="changelog-release-date">Release date: <span class="crd-date">04/20/2015</span></p>
<div class="changelog-switcher">
<p class="changelog-subheader">Mail Server</p>
<ul>
<li><b>Mail Server</b> for Docker first release.</li>
</ul>
</div>
</div>