mirror of
				https://github.com/mail-in-a-box/mailinabox.git
				synced 2025-11-03 19:30:54 +00:00 
			
		
		
		
	After merge, updated dovecot back to using ffdhe4096.pem
This commit is contained in:
		
							parent
							
								
									f3e94c05f3
								
							
						
					
					
						commit
						17272f5489
					
				@ -87,8 +87,8 @@ tools/editconf.py /etc/dovecot/conf.d/10-ssl.conf \
 | 
				
			|||||||
	"ssl_min_protocol=TLSv1.2" \
 | 
						"ssl_min_protocol=TLSv1.2" \
 | 
				
			||||||
	"ssl_cipher_list=ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384" \
 | 
						"ssl_cipher_list=ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384" \
 | 
				
			||||||
	"ssl_prefer_server_ciphers=no" \
 | 
						"ssl_prefer_server_ciphers=no" \
 | 
				
			||||||
	"ssl_dh_parameters_length=2048" \
 | 
						"ssl_dh_parameters_length=4096" \
 | 
				
			||||||
	"ssl_dh=<$STORAGE_ROOT/ssl/dh2048.pem"
 | 
						"ssl_dh=<$STORAGE_ROOT/ssl/ffdhe4096.pem"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Disable in-the-clear IMAP/POP because there is no reason for a user to transmit
 | 
					# Disable in-the-clear IMAP/POP because there is no reason for a user to transmit
 | 
				
			||||||
# login credentials outside of an encrypted connection. Only the over-TLS versions
 | 
					# login credentials outside of an encrypted connection. Only the over-TLS versions
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user