managesieve server not found

Matthias Busch catwiesel at gmx.net
Sat Jul 18 17:14:08 CEST 2015


Hey, thanks for the reply...

I have:

netstat -plt
tcp        0      0 *:sieve                 *:* LISTEN 2789/cyrus-master

my /etc/cyrus.conf also shows
sieve               cmd="timsieved" listen="sieve" prefork=0
(and pop/pop3 enabled)

the string sieve is not showing up anywhere in /var/log/mail.*

---

what now?
looks like sieve is running. could roundcube look for it in the wrong 
place?
Can I confirm sieve works/running without roundcube?


---

addendum:

# telnet localhost 4190
Trying ::1...
Connected to localhost.
Escape character is '^]'.
"IMPLEMENTATION" "Cyrus timsieved 
git2.5+0-Debian-2.5~dev2015021301-0~kolab1"
"SASL" ""
"SIEVE" "comparator-i;ascii-numeric fileinto reject vacation imapflags 
notify include envelope body relational regex subaddress copy date"
"STARTTLS"
"UNAUTHENTICATE"
OK

sieve seems to be running.
  /etc/roundcubemail/managesieve.inc.php
shows (removed most comments):

// managesieve server port. When empty the port will be determined 
automatically
// using getservbyname() function, with 4190 as a fallback.
$config['managesieve_port'] = null;
$config['managesieve_host'] = 'localhost';
$config['managesieve_auth_type'] = null;
$config['managesieve_auth_cid'] = null;
$config['managesieve_auth_pw'] = null;
$config['managesieve_usetls'] = false;
$config['managesieve_conn_options'] = null;
$config['managesieve_default'] = '/etc/dovecot/sieve/global';
$config['managesieve_script_name'] = 'managesieve';
$config['managesieve_mbox_encoding'] = 'UTF-8';
$config['managesieve_replace_delimiter'] = '';




More information about the users mailing list