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.