# HG changeset patch # User Timo Sirainen # Date 1122057672 -10800 # Node ID d6d8cdd9b0fa4c1296915b907935e1553934161c # Parent 2910fde2725d692dcd37b84acc0d25248adecf48 ssl_cipher_list setting needs to be uppercased ALL:!LOW or it won't work (there was no problem unless the setting was uncommented). diff -r 2910fde2725d -r d6d8cdd9b0fa dovecot-example.conf --- a/dovecot-example.conf Fri Jul 22 20:50:15 2005 +0300 +++ b/dovecot-example.conf Fri Jul 22 21:41:12 2005 +0300 @@ -56,7 +56,7 @@ #ssl_parameters_regenerate = 24 # SSL ciphers to use -#ssl_cipher_list = all:!low +#ssl_cipher_list = ALL:!LOW # Disable LOGIN command and all other plaintext authentications unless # SSL/TLS is used (LOGINDISABLED capability). Note that 127.*.*.* and