docker-kopano/ROADMAP.md
mlan 7ff783c870 - [docker](Dockerfile) Install the smime webapp plugin providing [S/MIME](https://kopano.com/blog/s-mime-plugin-description/).
- [docker](Dockerfile) Install the mdm webapp plugin providing [Mobile Device Management](https://documentation.kopano.io/webapp_mdm_manual/).
- [demo](demo) Add [S/MIME](https://kopano.com/blog/s-mime-plugin-description/) cert generation.
- [kopano](src/kopano/entry.d/10-kopano-common) Fix bug in `kopano_apply_envvars_php()`.
2020-12-16 17:41:13 +01:00

776 B

Road map

kDAV

Consider integrating support for kDAV which provides CalDAV and CardDAV.

Revisit Persistent Data

Consider consolidating directories which are candidates for persistence under /srv.

The kopano-search module keeps its database here, /var/lib/kopano/search. Consider to also consolidating it under /srv to simplify making it persistent?

webapp-passwd

Integrate webapp-passwd?

Improve Health Check?

Verify the user anonymously.

ldapsearch -h dockerhost -xLLL -b dc=example,dc=com '(kopanoAccount=1)'

Check if kopano can get the user from LDAP

kopano-admin -l

check that apache and mysql is running

apache2ctl status
mysqlcheck -A