diff --git a/CHANGELOG.md b/CHANGELOG.md index f757606..df13c4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 1.1.7 + +- [docker](Dockerfile) Configure kopano-spamd to start with the force-remove-lingering-pid switch. + # 1.1.6 - [docker](Dockerfile) Use syslogd, don't write to /var/log/apache2/other_vhosts_access.log. diff --git a/Dockerfile b/Dockerfile index 0ea90a1..8da24fc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -105,7 +105,7 @@ RUN mkdir -p $DOCKER_BUILD_DEB_DIR \ "-f kopano-search -F" \ "kopano-server -F" \ "kopano-spooler -F" \ - "kopano-spamd -F" \ + "-f kopano-spamd -F" \ "-d kopano-grapi serve" \ "-d kopano-kapid serve --log-timestamp=false" \ "-d kopano-konnectd serve --log-timestamp=false" \ diff --git a/ROADMAP.md b/ROADMAP.md index 8a2ebac..809c054 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -9,6 +9,21 @@ Consider consolidating directories which are candidates for persistence under `/ 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](https://github.com/silentsakky/zarafa-webapp-passwd)? + +## S/MIME + +Install and configure [S/MIME](https://kopano.com/blog/s-mime-plugin-description/)? + +[S/MIME manual](https://documentation.kopano.io/webapp_smime_manual/). + +## MDM + +Install and configure [MDM](https://documentation.kopano.io/webapp_mdm_manual/)? +With the MDM plugin you can resync, remove, refresh and even wipe your device. + ## Improve Health Check? Verify the user anonymously.