Author Topic: My Roundcube Server and Dovecot Server aren't having a good time sieving.  (Read 1729 times)

Offline kylewmc

  • Newbie
  • *
  • Posts: 1
Hey there,

I'm relatively new to Roundcube and emailhosting in general. Our company has always had its own email system set up for linux, and our old email server kicked the bucket some time earlier in this year. Unfortunately, the know-how I gained from managing a gentoo squirrelmail server doesn't seem to translate too well to my debian-based Roundcube Environment.

In Short, My ManageSieve just ain't working. I can see the options in the GUI and that's great. No Server Connection Errors, and I can load and save Sieve rules. However, when they are sent, there just seems to be no action taken by sieve.

Server A holds my Roundcube LAMP Environment. Server B holds my Dovecot/Postfix Set up.

My Ports are open on B and A is set up to point at B for its ManageSieve.

<?php
$config['managesieve_port'] = 4190;
$config['managesieve_host'] = '192.168.1.17';
$config['managesieve_auth_type'] = null;
$config['managesieve_auth_cid'] = null;
$config['managesieve_auth_pw'] = null;
$config['managesieve_usetls'] = false;

When you Telnet B for its port.

Trying 192.168.1.17...
Connected to 192.168.1.17.
Escape character is '^]'.
"IMPLEMENTATION" "Dovecot Pigeonhole"
"SIEVE" ""
"NOTIFY" ""
"SASL" "PLAIN LOGIN"
"STARTTLS"
"VERSION" "1.0"
OK "Dovecot (Debian) ready."

I know this is going to be obvious for some of you, heck, most of you. But pretty much going off of blind faith here. I should be available to provide any more relevant configs/logs on request.

Thanks.


Offline alec

  • Hero Member
  • *****
  • Posts: 1,363
However, when they are sent, there just seems to be no action taken by sieve.

Then the problem is with the dovecot/smtp setup not Roundcube.