- [docker](ROADMAP.md) Update roadmap.
parent
08a3e3ec9b
commit
313d954381
27
ROADMAP.md
27
ROADMAP.md
|
@ -1,22 +1,33 @@
|
||||||
# Road map
|
# Road map
|
||||||
|
|
||||||
## Logs
|
|
||||||
|
|
||||||
kopano-spamd and kopano-search does not use syslog. Try to fix.
|
|
||||||
|
|
||||||
## kDAV
|
|
||||||
|
|
||||||
Consider integrating support for kDAV which provides CalDAV and CardDAV.
|
|
||||||
|
|
||||||
## Revisit Persistent Data
|
## Revisit Persistent Data
|
||||||
|
|
||||||
Consider consolidating directories which are candidates for persistence under `/srv`.
|
Consider consolidating directories which are candidates for persistence under `/srv`.
|
||||||
|
|
||||||
|
- /etc/kopano
|
||||||
|
- /var/lib/kopano
|
||||||
|
- /var/lib/z-push
|
||||||
|
|
||||||
### Kopano Search
|
### Kopano Search
|
||||||
|
|
||||||
The kopano-search module keeps its database here, /var/lib/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?
|
Consider to also consolidating it under /srv to simplify making it persistent?
|
||||||
|
|
||||||
|
## kDAV
|
||||||
|
|
||||||
|
Consider integrating support for kDAV which provides CalDAV and CardDAV.
|
||||||
|
|
||||||
## webapp-passwd
|
## webapp-passwd
|
||||||
|
|
||||||
Integrate [webapp-passwd](https://github.com/silentsakky/zarafa-webapp-passwd)?
|
Integrate [webapp-passwd](https://github.com/silentsakky/zarafa-webapp-passwd)?
|
||||||
|
|
||||||
|
## kopano-spamd and kopano-search logs
|
||||||
|
|
||||||
|
In [KC-1858](https://github.com/Kopano-dev/kopano-core/commit/4a7f833e170167ebfa4f4c55835f8760ce7617f3) we find:
|
||||||
|
|
||||||
|
> The syslog log method does not work correctly and thus this change
|
||||||
|
> disables it. Until it is fixed, Python services do not support
|
||||||
|
> the syslog log_method. Additionally an environment variable is
|
||||||
|
> added, which allow to lift this restriction for testing when it
|
||||||
|
> it set.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue