iredmail-doc/html/roadmap.html

161 lines
6.3 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Roadmap</title>
<link rel="stylesheet" type="text/css" href="./css/markdown.css" />
</head>
<body>
<div id="navigation">
<a href="https://www.iredmail.org" target="_blank">
<img alt="iRedMail web site"
src="./images/logo-iredmail.png"
style="vertical-align: middle; height: 30px;"
/>&nbsp;
<span>iRedMail</span>
</a>
&nbsp;&nbsp;//&nbsp;&nbsp;<a href="./index.html">Document Index</a></div><h1 id="roadmap">Roadmap</h1>
<div class="toc">
<ul>
<li><a href="#roadmap">Roadmap</a><ul>
<li><a href="#upcoming-iredmail-release-098">Upcoming iRedMail release (0.9.8)</a><ul>
<li><a href="#work-in-progress">Work In Progress</a></li>
<li><a href="#done">DONE</a></li>
</ul>
</li>
<li><a href="#planned-changes-in-future-iredmail-release">Planned changes in future iRedMail release</a></li>
</ul>
</li>
</ul>
</div>
<p>Feel free to request new features or report bugs in our <a href="https://bitbucket.org/zhb/iredmail/issues?status=new&amp;status=open">issue tracker</a>, direct pull requests are always welcome.</p>
<p>You can also contact us via email directly: <a href="https://www.iredmail.org/contact.html">Contact Us</a>.</p>
<h2 id="upcoming-iredmail-release-098">Upcoming iRedMail release (0.9.8)</h2>
<h3 id="work-in-progress">Work In Progress</h3>
<ul>
<li>
<p>Integrate <a href="http://mlmmj.org">mlmmj</a> mailing list manager.</p>
<ul>
<li>[DONE] RESTful API server used to manage mlmmj: <a href="https://bitbucket.org/iredmail/mlmmj-admin/src">mlmmj-admin</a>.</li>
<li>[DONE] Integrate mlmmj and mlmmj-admin in iRedAdmin-Pro for SQL backends.</li>
<li>Integrate mlmmj and mlmmj-admin in iRedAdmin-Pro for LDAP backends.</li>
</ul>
</li>
<li>
<p>Replace Awstats by <a href="https://my-netdata.io">netdata</a>.</p>
<ul>
<li>[DONE] <strike>Remove Awstats.</strike></li>
<li>Install and configure netdata.</li>
</ul>
</li>
<li>
<p>Issues:</p>
<ul>
<li>Postfix: Improper SQL queries used to query per-user bcc address.</li>
</ul>
</li>
</ul>
<h3 id="done">DONE</h3>
<p>Features listed below have been implemented in latest development edition.</p>
<ul>
<li>
<p>Supports new distribution release:</p>
<ul>
<li>OpenBSD 6.2 (6.1 is not supported anymore)</li>
<li>Ubuntu 17.10 (14.04 LTS, 17.04 are not supported anymore. With latest
iRedMail-0.9.7, installation with 14.04 is only 10% of 16.04, that's why we believe it's
safe to drop 14.04 now.)</li>
</ul>
</li>
<li>
<p>Apache has been removed, Nginx is the only one web server available.</p>
</li>
<li>
<p>Improvements:</p>
<ul>
<li>LDAP backend: Allow mail list account to use 2 attributes: member,
uniqueMember.</li>
<li>Dovecot: Log subject, sender, size in mail deliver log.</li>
<li>Amavisd: Add new sql column <code>maddr.email_raw</code> and trigger to store
email address without address extension.</li>
</ul>
</li>
<li>
<p>Fixed issues:</p>
<ul>
<li>installer: not correctly configure SOGo with IPv6 SQL server address.
Thanks to Wraptor <nijs.thibaut _at_ gmail.com> for the report in
forum.</li>
<li>Nginx: Use single config file for default web hosts.</li>
<li>SQL backends: User under disabled domain is able to send email with
smtp protocol.</li>
<li>Cannot sync contacts on Android devices via EAS with SOGo.</li>
<li>scripts under <code>iRedMail-0.9.8/tools/</code>:<ul>
<li><code>backup_sogo.sh</code>:<ul>
<li>not set correct owner and permission on backup files.</li>
<li>cannot remove old backup files.</li>
</ul>
</li>
<li><code>backup_openldap.sh</code>: Cannot log backup result to SQL db.
Note: backup is fine, just no log in SQL db.
Thanks swejun <ingvar _at_ zebware.com> for the feedback and fix in
forum.</li>
<li><code>create_mail_user_*</code>: not use current date as password last change
date for newly created user.</li>
<li><code>migrate_sql_alias_table.py</code>: doesn't support 'utf8' charset.
Thanks Kacper Guzik <kacper.guzik _at_ zenbox _dot_ pl> for the
report and code contribution.</li>
</ul>
</li>
</ul>
</li>
<li>
<p>Updated packages:</p>
<ul>
<li>Roundcube -&gt; 1.3.3</li>
</ul>
</li>
</ul>
<h2 id="planned-changes-in-future-iredmail-release">Planned changes in future iRedMail release</h2>
<ul>
<li>
<p>A (new) RESTful API server for general administration (core of API server has
been implemented, need to write plugins for each particular tasks):</p>
<ul>
<li>Network service control: get service status, stop/start/restart service.</li>
<li>Manage fail2ban banned/unbanned IPs.</li>
<li>Manage Nginx virtual web hosts.</li>
<li>Query user mailbox with <code>doveadm search</code>, fetch partial/full messages or
message information. Possible use cases with iRedAdmin-Pro:<ul>
<li>View (either partial/full) mail messages in user's mailbox.</li>
<li>In sent/received mail log page, query API server with given
query messages with <code>Message-ID:</code> or subject, display the full
message if necessary.</li>
<li>Destroy delivered messages which matches given query.</li>
</ul>
</li>
</ul>
</li>
<li>
<p>Dovecot:</p>
<ul>
<li>Enable plugin <code>imap_sieve</code> for spam learning while user moving message to
Junk folder. Requires Dovecot-2.2.24+ (dovecot-pigeonhole-0.4.14+).</li>
<li>Enable plugin <code>mail_crypt</code> to encrypts and decrypts mail. (requires Dovecot-2.2.27+).</li>
</ul>
</li>
<li>OpenLDAP: <a href="https://bitbucket.org/zhb/iredmail/issue/31/switch-to-slapdd">Configure OpenLDAP with slapd.d instead of slapd.conf</a></li>
</ul><div class="footer">
<p style="text-align: center; color: grey;">All documents are available in <a href="https://bitbucket.org/zhb/iredmail-docs/src">BitBucket repository</a>, and published under <a href="http://creativecommons.org/licenses/by-nd/3.0/us/" target="_blank">Creative Commons</a> license. You can <a href="https://bitbucket.org/zhb/iredmail-docs/get/tip.tar.bz2">download the latest version</a> for offline reading. If you found something wrong, please do <a href="https://www.iredmail.org/contact.html">contact us</a> to fix it.</p>
</div>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-3293801-21"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-3293801-21');
</script>
</body></html>