LuKreme wrote on 08.02.2015 12:11:
How do I get a list of the possible ciphers that are installed on the system
for use in ssl_cipher_list?
Verbose listing of all OpenSSL ciphers including NULL ciphers: openssl
ciphers -v 'ALL:eNULL'
See also: https://www.openssl.org/docs/apps/ciphers.htm
Hi Reindl Harald
Thank you for your reply.
I got it.
I changed my /usr/local/etc/dovecot/local.conf below.
ssl = yes
ssl_cert = :
>
> 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/loca
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 = SSLv3 )
I did trouble
/var/log/maillog
Jan 6 05:41:53 example dovecot: pop3-login: Disconnected (no auth attempts in 0
secs)