-
I would love to see an improvement to add admin.cfg to kopano_server container via environment variable. This way the demo setup (or productive) would be able to include default_store_locale on setup.…
-
I am testing the proposed compose setup. Some services are not able to startup properly after restart or recreation. What i did:
- running setup.sh with default settings
- starting containers via …
-
Currently, we're using @zokradonh repository for both github repo and docker hub.
I think to become more popular with the images, we should name the images the right way:
- `kopano/core` .. core s…
-
Because I want to have everything under control in the docker-container, I'm currently writing a `kopano-ld` CLI (written in go), which will be able to control the LDAP entries just like the `kopano-c…
-
What i did:
1. clone the repo
2. executed setup.sh with all default values
3. comment web service in docker-compose.yml, because i have already a running reverse proxy
4. spin-up all services wi…
-
Using the default setup with prepopulated ldap publishes an ldap-admin frontend, which is not able to connect to the ldap backend. The ldap and the phpldapadmin does not share any docker network and a…
-
- [x] travis.yml needs some tuning to only run ´make publish´ in the master branch
- [x] optimize runtime of makefile to not evaluate component_version before the container is actually built
- [x] c…
-
I know from https://github.com/mailcow/mailcow-dockerized that they use a local DNS because of the high amount of DNS requests (to not get blacklisted).
Do you know if this is a topic for kopano/ma…
-
https://github.com/zokradonh/kopano-docker/blob/78d4c60f6ed7d9b1ba107277b2f3300ae24c59ff/setup.sh#L209
Should be
```
LDAP_QUERY_FILTER_DOMAIN=(&(|(mail=*@%s)(kopanoAliases=*@%s)))
```
Otherwi…
-
As far as I can see, we use https://github.com/zokradonh/kopano-docker/tree/master/base because of the necessary https://github.com/zokradonh/kopano-docker/blob/master/base/create-kopano-repo.sh file,…