kvaps / docker-kolab

Kolab image with nginx, ssl, opendkim, amavis and fail2ban
MIT License
41 stars 19 forks source link

Newly created user can't log into RoundCube #6

Closed danbo closed 8 years ago

danbo commented 8 years ago

Whether I use the docker hub image or compile one myself, pykolab.log shows

2016-01-27 22:40:46,818 saslauthd ERROR kolab-saslauthd could not accept connections on socket: error(4, 'Interrupted system call') 2016-01-27 22:40:52,116 pykolab.auth ERROR An error occured using _regular_search: SERVER_DOWN({'desc': "Can't contact LDAP server"},)

I see its running and the slapd log says accepting connections, so I'm not sure what's wrong.

kvaps commented 8 years ago

Please connect over a secure https:// connection.

Alternatively, you can disable the https option to FastCGI but it will be unsafe:

sed -i 's/fastcgi_param HTTPS on;/    fastcgi_param HTTPS off;/g' /etc/nginx/kolab.conf