iredmail-doc/html/roadmap.html

86 lines
4.2 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="#planned-changes-in-next-iredmail-iredadmin-pro-release">Planned changes in next iRedMail / iRedAdmin-Pro release</a></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="planned-changes-in-next-iredmail-iredadmin-pro-release">Planned changes in next iRedMail / iRedAdmin-Pro release</h2>
<ul>
<li>HIGH: OpenDMARC integration.</li>
<li>HIGH: <a href="https://bitbucket.org/zhb/iredmail/issues/14/allow-admin-to-set-vacation-for-user-with">#14 Allow domain admin to set vacation message for mail user</a></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 task):</p>
<ul>
<li>[HIGH] Manage Nginx virtual web hosts.</li>
<li>Network service control: get service status, stop/start/restart service.</li>
<li>Manage fail2ban banned/unbanned IPs.</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>
<li>LOW: Allow domain admin to share someone's mailbox folder to others.</li>
<li>SOGo management via command line tool <code>sogo-tool</code>.</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 encrypt and decrypt mail. (requires Dovecot-2.2.27+).</li>
</ul>
</li>
<li>
<p>LDAP backends:</p>
<ul>
<li>Migrate old mailing list (<code>objectClass=mailList</code>) to new mlmmj mailing
list, convert all old mailing lists to be groups which have ldap dn of
all members defined in ldap attribute <code>member</code> (or <code>memberdn</code>).</li>
<li><a href="https://bitbucket.org/zhb/iredmail/issue/31/switch-to-slapdd">Configure OpenLDAP with slapd.d instead of slapd.conf</a></li>
</ul>
</li>
</ul><div class="footer">
<p style="text-align: center; color: grey;">All documents are available in <a href="https://github.com/iredmail/docs/">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://github.com/iredmail/docs/archive/master.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>