29 Jul
                
                    2018
                
            
            
                29 Jul
                
                '18
                
            
            
            
        
    
                10:02 p.m.
            
        Hello,
I have a question regarding SSL/TLS settings for Dovecot version 2.2.22.
In: 10-ssl.conf there are two parameters:
ssl_protocols
ssl_cipher_listssl_protocols is commented with “SSL protocol to use” and ssl_cipher_list is commented with “SSL ciphers to use”.
If I want to disable SSLv3, for example, do I need to use both parameters or will disabling SSLv3 ciphers in ssl_cipher_list do the same thing ?
So is:
ssl_cipher_list = !SSLv3…equivalent to:
ssl_protocols = !SSLv3
ssl_cipher_list = !SSLv3Thanks,
- J