Changeset - d06cc66f85c8
[Not reviewed]
0 1 0
Branko Majic (branko) - 10 months ago 2025-01-20 21:47:02
branko@majic.rs
MAR-230: Update minimum TLS protocol on testsite to supported version.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
testsite/group_vars/mail.yml
Show inline comments
 
@@ -29,11 +29,11 @@ smtp_allow_relay_from:
 
  - xmpp.{{ testsite_domain }}
 
  - web.{{ testsite_domain }}
 
  - ws01.{{ testsite_domain }}
 

	
 
imap_max_user_connections_per_ip: 50
 

	
 
mail_server_minimum_tls_protocol: TLSv1.1
 
mail_server_minimum_tls_protocol: TLSv1.2
 

	
 
mail_server_tls_ciphers: "DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES128-SHA256:DHE-RSA-AES256-GCM-SHA384:\
 
DHE-RSA-AES256-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-SHA256:ECDHE-RSA-AES256-GCM-SHA384:\
 
ECDHE-RSA-AES256-SHA384:DHE-RSA-AES256-SHA:!aNULL:!MD5:!EXPORT"
0 comments (0 inline, 0 general)