[Dovecot] ManageSieve textual fronend wanted
Stephan Bosch
s.bosch at utwente.nl
Thu Oct 23 14:48:40 EEST 2008
Edgar Fuß wrote:
> Is there some simple textual frontend to the ManageSieve protocol somewhat easier to use than gnutls-cli? I.e. something to use like
> managesieve -u ef putscript myscript < /tmp/myscript
> Password:
> managesieve -u ef setactive myscript
> Password:
> simply doing the TLS authentication and length computation for me.
>
Sieve-connect is known to work with dovecot. However, older versions
have the TLS bug. Newer versions circumvent this by sending a
(previously non-existant) NOOP command. I've tested the debian-testing
version (0.59-1) against Dovecot 1.2 and it seems to work fine.
If it starts moaning about your snake oil certificate you should modify
SSL_verify_mode => 0x00 (line 39 here) at the beginning of the
sieve-connect script.
I hope this helps.
Regards,
Stephan.
More information about the dovecot
mailing list