Re: [Dovecot] v2.0.beta2 released

2010-02-02 Thread Timo Sirainen
On Tue, 2010-02-02 at 13:38 +0100, Remi Gacogne wrote: > You could use SSL_CTX_set_options with SSL_OP_NO_SSLv2 if you want to > disable SSLv2. Thanks! Done. signature.asc Description: This is a digitally signed message part

Re: [Dovecot] v2.0.beta2 released

2010-02-02 Thread Remi Gacogne
On Tue, 2 Feb 2010, Timo Sirainen wrote: Well, that sucks.. So if I use: - SSLv23_server_method() it'll accept SSLv2, SSLv3 and TLSv1 connections. - SSLv3_server_method() it won't accept TLSv1 connections. - TLSv1_server_method() it won't accept SSLv3 connections. I guess I'll go back to SSL

Re: [Dovecot] v2.0.beta2 released

2010-02-02 Thread Timo Sirainen
On Mon, 2010-02-01 at 17:47 +0100, Luca Corti wrote: > Evertithing seems fine but STARTTLS. Are any modifications needed in the > master inet_listeners? SSL works. > > Feb 1 17:42:12 test dovecot: imap-login: Disconnected (no auth > attempts): rip=1.2.3.4, lip=5.6.7.8, TLS handshaking: SSL_acce

Re: [Dovecot] v2.0.beta2 released

2010-02-01 Thread Luca Corti
On 1/31/2010 7:49 PM, Timo Sirainen wrote: http://dovecot.org/releases/2.0/beta/dovecot-2.0.beta2.tar.gz http://dovecot.org/releases/2.0/beta/dovecot-2.0.beta2.tar.gz.sig Evertithing seems fine but STARTTLS. Are any modifications needed in the master inet_listeners? SSL works. Feb 1 17

[Dovecot] v2.0.beta2 released

2010-01-31 Thread Timo Sirainen
http://dovecot.org/releases/2.0/beta/dovecot-2.0.beta2.tar.gz http://dovecot.org/releases/2.0/beta/dovecot-2.0.beta2.tar.gz.sig I tried to keep the configuration and APIs compatible with v2.0.beta1, but unfortunately there were a few things that really had to be changed: 1. passdbs and userdbs ha