docker-kolab icon indicating copy to clipboard operation
docker-kolab copied to clipboard

Kolab image with nginx, ssl, opendkim, amavis and fail2ban

Results 11 docker-kolab issues
Sort by recently updated
recently updated
newest added

Hi guys im trying to setup kolab docker on one of my hosts using the following: version: '2' services: kolab: restart: on-failure:1 image: kvaps/kolab:16 hostname: mxdev domainname: mxdev.mydomain.co.uk volumes: -...

Error unpacking rpm package httpd-2.4.6-67.el7.centos.6.x86_64 Failed: httpd.x86_64 0:2.4.6-67.el7.centos.6 appears on ubuntu 14.04 with Docker 17.09.1-ce > sudo docker info Containers: 3 Running: 0 Paused: 0 Stopped: 3 Images: 15 Server...

I'm using this script: # !/bin/bash for i in {1..5} do echo stopping docker stop kolab3 echo starting docker start kolab3 sleep 10 ps aux | grep nginx sleep 3...

In a newly created container, Anacron sends the following error via /var/mail/root: ``` /etc/cron.daily/freshclam: ERROR: Can't open/parse the config file /etc/freshclam.conf ``` I have not changed this file.

``` # restart the container user@server# docker restart kolab # enter container user@server# docker exec -it kolab /bin/bash # see if opendkim is listening user@server# netstat -l --numeric | grep...

I gave this image a test drive in the wild and I can see that it's accepting relaying to other domains. My theory, based on the postfix config file is...

Started seeing this in the logs.. I think it was after I upgraded docker.. I fixed this by adding `$inet_socket_bind = '127.0.0.1';` to the **end** of /etc/amavisd/amavisd.conf in the image....

In `/var/log/kolab/pykolab.log`: ``` pykolab.imap WARNING Could not connect to Cyrus IMAP server 'imaps://localhost:993' ``` In `/var/log/roundcubemail/errors`: ``` Could not connect to localhost:143: Connection refused in /usr/share/roundcubemail/program/lib/Roundcube/rcube_imap.php on line 193 (POST...

``` amavis[1844]: (!!)TROUBLE in pre_loop_hook: config: no rules were found! Do you need to run 'sa-update'? ``` It would probably be good to execute `sa-update` during startup.... what do you...

``` env | grep TZ= TZ=Europe/Vienna ``` but ``` PHP Fatal error: Uncaught exception 'Exception' with message 'DateTime::__construct(): It is not safe to rely on the system's timezone settings. Y...