Andreas Schneider
2007-Aug-27 08:22 UTC
[Dovecot] MANAGESIEVE patch v7 for dovecot 1.0.3 and TLS
Hi, I allow only TLS/SSL connection to dovecot. The managesieve doesn't work with TLS but it works without it. gladiac at magrathea:~> gnutls-cli -p 2000 -s --insecure -V milliways.cynapses.org Resolving 'milliways.cynapses.org'... Connecting to '213.239.217.124:2000'... - Simple Client Mode: - Received[194]: "IMPLEMENTATION" "dovecot" "SASL" "PLAIN" "SIEVE" "fileinto reject envelope vacation imapflags notify subaddress relational comparator-i;ascii-numeric regex" "STARTTLS" OK "Dovecot ready." STARTTLS - Sent: 9 bytes - Received[33]: OK "Begin TLS negotiation now." Let me know if you need more information. Thanks, -- andreas -- http://www.cynapses.org/ - cybernetic synapses -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: OpenPGP digital signature URL: <http://dovecot.org/pipermail/dovecot/attachments/20070827/a8e32740/attachment-0002.bin>
Stephan Bosch
2007-Aug-27 10:41 UTC
[Dovecot] MANAGESIEVE patch v7 for dovecot 1.0.3 and TLS
Hi Andreas, Andreas Schneider schreef:> I allow only TLS/SSL connection to dovecot. The managesieve doesn't work > with TLS but it works without it. > > gladiac at magrathea:~> gnutls-cli -p 2000 -s --insecure -V > milliways.cynapses.org > Resolving 'milliways.cynapses.org'... > Connecting to '213.239.217.124:2000'... > > - Simple Client Mode: > > - Received[194]: "IMPLEMENTATION" "dovecot" > "SASL" "PLAIN" > "SIEVE" "fileinto reject envelope vacation imapflags notify subaddress > relational comparator-i;ascii-numeric regex" > "STARTTLS" > OK "Dovecot ready." > STARTTLS > - Sent: 9 bytes > - Received[33]: OK "Begin TLS negotiation now." >Did you press Ctrl-D at this point? It is necessary to start the TLS transcation at your end using gnutls-cli. Tests using gnutls-cli were described earlier: http://dovecot.org/list/dovecot/2007-August/024470.html http://dovecot.org/list/dovecot/2007-August/024934.html I presume you are using gnutls-cli because some other client is failing on TLS. If you want me to help you, I need more information about your server setup (e.g. `dovecot -n` and logs that might be iteresting), but most importantly the client you are using. Regards, Stephan.