- Minor update to ROADMAP.md
parent
b66b9c696b
commit
84ee56939d
|
@ -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).
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue