Author Topic: Unable to connect to managesieve server  (Read 12540 times)

Offline madsurgeon

  • Newbie
  • *
  • Posts: 7
Unable to connect to managesieve server
« on: January 17, 2010, 01:07:57 PM »
Hi there

My managesieve server is working just fine.
I can prove that manually and also using avelsieve from squirrelmail.

Upon manual connection dovecot-info.log sais:
2010-01-17 18:55:42 managesieve-login: Info: Login: user=, method=PLAIN, rip=84.72.60.xxx, lip=217.150.250.xxx, TLS

With avelsieve it sais:
2010-01-17 18:51:38 managesieve-login: Info: Login: user=, method=PLAIN, rip=217.150.250.xxx, lip=217.150.250.xxx, TLS

Obviously, the server responds either way.

However, when trying to connect from roundcube managesieve, I get (twice indeed):

2010-01-17 19:03:20 managesieve-login: Info: Disconnected (no auth attempts): rip=127.0.0.1, lip=217.150.250.xxx
2010-01-17 19:03:20 managesieve-login: Info: Disconnected (no auth attempts): rip=127.0.0.1, lip=217.150.250.xxx

I have configured TLS to be true but it's not shown in the log.

Can someone help me on this please?

Offline madsurgeon

  • Newbie
  • *
  • Posts: 7
Unable to connect to managesieve server
« Reply #1 on: January 17, 2010, 03:19:15 PM »
A raw solution is to just disable TLS in /etc/dovecot/dovecot.conf
protocol managesieve {
  disable_plaintext_auth = no
}

But the reason for the trouble is here:

PHP Error: Failed to load config from /var/lib/roundcube/plugins//managesieve/config.inc.php (GET /roundcube/?_task=settings&_action=plugin.managesieve)

What's wrong here and how can I correct this?
« Last Edit: January 17, 2010, 04:36:05 PM by madsurgeon »

Offline madsurgeon

  • Newbie
  • *
  • Posts: 7
Solved
« Reply #2 on: January 17, 2010, 04:58:27 PM »
How simple it can be:

cd /var/lib/roundcube/plugins/managesieve/
mv config.inc.php.dist config.inc.php

:D