mirror of
https://github.com/mlan/docker-kopano.git
synced 2025-05-31 03:32:51 +00:00
- [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()`.
776 B
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
.
Kopano Search
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