Lorenzo Marcantonio wrote:
> On Fri, 4 Jun 2010, Rosenbaum, Larry M. wrote:
> 
>> How do I tell Cyrus IMAP to not allow SSLv2?
> 
> I used this in imapd.conf:
> 
> tls_cipher_list: ALL:!ADH:!EXP:!MD5:!LOW
>

You need to add !SSLv2 to your example to get the desired effect:

tls_cipher_list: ALL:!SSLv2:!ADH:!EXP:!MD5:!LOW

-- 
___________________________________________________________________________
Raphael Jaffey                             E-mail: rjaf...@artic.edu
Director of Network Services
The Art Institute of Chicago                Voice: (312) 629-6543
111 S. Michigan Ave, Chicago, IL  60603       FAX: (312) 641-3406
----
Cyrus Home Page: http://cyrusimap.web.cmu.edu/
Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html

Reply via email to