1

Topic: Roundcube: 'Unable to connect to managesieve server' -OpenLDAP backend

==== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====
- iRedMail version (check /etc/iredmail-release): 0.9.8
- Linux/BSD distribution name and version: FreeBSD 11.2 - jail
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): LDAP
- Web server (Apache or Nginx): Nginx
- Manage mail accounts with iRedAdmin-Pro? No
- [IMPORTANT] Related original log or error message is required if you're experiencing an issue.
When going to Roundcube/Settings/Filters I get error message: 'Unable to connect to managesieve server'.
====

This issue is already described and resolved for MySQL backend installation in a following thread:

https://forum.iredmail.org/topic14153-r … erver.html

I ran into the same problem, but with OpenLDAP backend, and in that case solution is to add attribute 'sievetls' to 'enabledService', per every user.

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: Roundcube: 'Unable to connect to managesieve server' -OpenLDAP backend

You may want to check this tutorial:
https://docs.iredmail.org/upgrade.dovecot.2.2-2.3.html

3 (edited by pogo 2019-09-19 20:37:25)

Re: Roundcube: 'Unable to connect to managesieve server' -OpenLDAP backend

Actually there is a missing condition in for the LDAP update script.

I had to add this part :

if 'sievetls' not in enabledService:
        enabledService += ['sievetls']
        _update = True

Maybe it would be good to update the repository wink


Also the lasted iredadmin (0.9.8), doesn't add this atribute for a new user either (only pop3tls and imaptls are added)

4

Re: Roundcube: 'Unable to connect to managesieve server' -OpenLDAP backend

Hi @pogo,

- For iRedAdmin-Pro, it should be fixed in recent releases.
- For iRedAdmin OSE (open source edition), fixed moment ago:
https://bitbucket.org/zhb/iredadmin-ose … 7a1e4531a6

Thank you very much for the feedback. smile