[imapfilter-devel] non-ssl mode?
Lefteris Chatzibarbas
lefcha at hellug.gr
Thu Aug 7 21:11:33 EEST 2003
On Thu, Aug 07, 2003 at 01:38:18PM -0400, Daniel M. Drucker wrote:
>
> I can't get imapfilter 0.9 to run in non-ssl mode:
>
> here is my .imapfilterrc
>
> [...]
>
> account dmd dmd%403e.org:mypassword at localhost:143
>
> [...]
>
> When I run imapfilter, I get this:
> imapfilter: initiating SSL connection;
> error:00000000:lib(0):func(0):reason(0)
>
> Any ideas?
If the server reports that it supports the IMAP STARTTLS extension,
imapfilter tries to negotiate a TLS encrypted connection. STARTTLS is
the one of the two ways you can have an encrypted connection, the other
being an SSL wrapped imaps (port 993) connection.
Probably, this error is because of a failed STARTTLS negotiation.
Running imapfilter with the -v option should give us a clue whether this
is the case.
I wonder why the SSL negotiation failed... whether it is a bug of
imapfilter, a badly configured server, SSL version incompatibility, etc.
In any case you can compile imapfilter without SSL_TLS support:
$ ./config -o ssltls=no
$ make
More information about the Imapfilter-devel
mailing list