From 84ee56939d35271e064864db3732de9477494757 Mon Sep 17 00:00:00 2001 From: mlan Date: Tue, 12 Nov 2019 22:50:33 +0100 Subject: [PATCH] - Minor update to ROADMAP.md --- README.md | 2 +- ROADMAP.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d55b82..a59bbdd 100644 --- a/README.md +++ b/README.md @@ -269,7 +269,7 @@ Please note that it is not possible to rename the directory `/etc/kopano/theme/C Environment variables can be used to configure where Kopano find the Mail Transfer Agent, such as Postfix. Likewise the Mail Transfer Agent need to know where to forward emails to. -####`LMTP_LISTEN` +#### `LMTP_LISTEN` Added support (release 1.1.3) of the environment variable with default `LMTP_LISTEN=*:2003`, due to misconfiguration of `kopano-dagent` in recent releases (kopano-core 8.7.84). diff --git a/ROADMAP.md b/ROADMAP.md index d0e8b02..a3dbb5c 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -14,6 +14,10 @@ So let the Kopano and postfix containers share the `var/lib/kopano/spamd` folder Consider consolidating directories which are candidates for persistence under `/srv`. +## /etc/entrypoint.d + +Split up initialization functions and process supervision. Process supervision stays in entrypoint.sh, whereas the initialization functions are moved to individual files in /etc/entrypoint.d. + ##Improve Health Check? Verify the user anonymously.