Displaying 2 results from an estimated 2 matches for "yoshito".
Did you mean:
yoshio
2015 Jan 05
2
'ssl_cipher_list' setting
Hi, I am Yoshi, Japanese.
I used
FreeBSD 10.1
Dovecot 2.2.15
I want pop3s, so I made
/usr/local/etc/dovecot/local.conf
ssl = yes
ssl_cert = </usr/local/etc/dovecot/server.pem
ssl_key = </usr/local/etc/dovecot/server.key
ssl_ca = </usr/local/etc/dovecot/ca.pem
ssl_protocols = !SSLv2 !SSLv3
ssl_cipher_list = ALL:!LOW:!SSLv2:!SSLV3:!EXP:!aNULL:!RC4
It's work fine.
But, change
2015 Jan 05
0
'ssl_cipher_list' setting
Am 05.01.2015 um 21:53 schrieb Yoshito Takeuchi:
> I used
>
> FreeBSD 10.1
> Dovecot 2.2.15
>
> I want pop3s, so I made
>
> /usr/local/etc/dovecot/local.conf
>
> ssl = yes
> ssl_cert = </usr/local/etc/dovecot/server.pem
> ssl_key = </usr/local/etc/dovecot/server.key
> ssl_ca = </usr/local/...