[Dovecot] About ManageSieve and TLS

3.listas@adminlinux.com.br listas at adminlinux.com.br
Tue Oct 2 21:45:39 EEST 2012


Hi,

I have a "ubuntu10.04 + dovecot-2.0.13" configuration in my server. It 
works fine with ~50k accounts.

Recently I enabled TLS:
$ cat /etc/dovecot/dovecot.conf
...
# Use SSL ?
ssl = yes
...

The goal was to provide only IMAPS and POP3S. But Managesieve says 
"STARTTLS":
$ telnet _MY_IP_ 2000
Trying _MY_IP_...
Connected to _MY_IP_.
Escape character is '^]'.
"IMPLEMENTATION" "K8 ManageSieve"
"SIEVE" "comparator-i;ascii-numeric copy envelope fileinto imapflags 
include notify regex reject relational subaddress vacation"
"SASL" "PLAIN LOGIN"
"STARTTLS"
"VERSION" "1.0"
OK "K8 IMAP/POP3 server"

doveconf -a shows:
service managesieve-login {
...
   inet_listener sieve {
     address = _MY_IP_
     port = 4190
     ssl = no
   }
   inet_listener sieve_deprecated {
     address = _MY_IP_
     port = 2000
     ssl = no
   }
...
}

I think there is something wrong there but I don't know. I think 
Managesieve should not say "STARTTLS".
Can someone help me?

Thanks.

-- 
Thiago Henrique
adminlinux.com.br




More information about the dovecot mailing list