iredmail-doc/en_US/installation/0-roadmap.md

40 lines
2.1 KiB
Markdown
Raw Normal View History

2017-11-29 20:55:50 -06:00
# Roadmap
[TOC]
Feel free to request new features or report bugs in our [issue tracker](https://bitbucket.org/zhb/iredmail/issues?status=new&status=open), direct pull requests are always welcome.
You can also contact us via email directly: [Contact Us](https://www.iredmail.org/contact.html).
2017-12-11 02:01:26 -06:00
## Planned changes in next iRedMail / iRedAdmin-Pro release
2018-02-02 07:59:18 -06:00
* HIGH: OpenDMARC integration.
2017-12-11 02:01:26 -06:00
* HIGH: [#14 Allow domain admin to set vacation message for mail user](https://bitbucket.org/zhb/iredmail/issues/14/allow-admin-to-set-vacation-for-user-with)
2017-11-29 20:55:50 -06:00
## Planned changes in future iRedMail release
* A (new) RESTful API server for general administration (core of API server has
been implemented, need to write plugins for each particular tasks):
2017-12-29 22:02:52 -06:00
* [HIGH] Manage Nginx virtual web hosts.
2017-11-29 20:55:50 -06:00
* Network service control: get service status, stop/start/restart service.
* Manage fail2ban banned/unbanned IPs.
* Query user mailbox with `doveadm search`, fetch partial/full messages or
message information. Possible use cases with iRedAdmin-Pro:
* View (either partial/full) mail messages in user's mailbox.
* In sent/received mail log page, query API server with given
query messages with `Message-ID:` or subject, display the full
message if necessary.
* Destroy delivered messages which matches given query.
2017-12-14 21:42:36 -06:00
* LOW: Allow domain admin to share someone's mailbox folder to others.
2017-12-23 21:11:15 -06:00
* SOGo management via command line tool `sogo-tool`.
2017-11-29 20:55:50 -06:00
* Dovecot:
* Enable plugin `imap_sieve` for spam learning while user moving message to
Junk folder. Requires Dovecot-2.2.24+ (dovecot-pigeonhole-0.4.14+).
* Enable plugin `mail_crypt` to encrypts and decrypts mail. (requires Dovecot-2.2.27+).
2017-12-11 02:01:26 -06:00
* LDAP backends:
* Migrate old mailing list (`objectClass=mailList`) to new mlmmj mailing
list, convert all old mailing lists to be groups which have ldap dn of
all members defined in ldap attribute `member` (or `memberdn`).
* [Configure OpenLDAP with slapd.d instead of slapd.conf](https://bitbucket.org/zhb/iredmail/issue/31/switch-to-slapdd)