Changes

From SME Server
Jump to navigationJump to search
286 bytes added ,  01:27, 14 December 2012
Line 113: Line 113:     
====Web Server====
 
====Web Server====
* Implement a database key (SSLv2) which allows to disable certificates signed with SSLv2, enabled by default to keep current behaviour.
+
* SSLv2 is now disabled by default as it is not secure.
* Add support for more MIME Types to Apache:
+
To Revert to SSLv2 = enabled
 +
root@test7 ~]# db configuration setprop qpsmtpd tlsCipher 'ALL:!aNULL:!ADH:!eNULL:!LOW:!EXP:RC4+RSA:+HIGH:+MEDIUM' [Note: all on one line]
 +
root@test7 ~]# signal-event email-update
 +
 
 +
Force TLSv1 only (SSLv2 = disabled)
 +
[root@test7 ~]# db configuration setprop qpsmtpd tlsCipher 'HIGH:!SSLv2'
 +
[root@test7 ~]# signal-event email-update
 +
* * Add support for more MIME Types to Apache:
 
** Openoffice 1.x, Openoffice 2.x
 
** Openoffice 1.x, Openoffice 2.x
 
** Microsoft Office 2007
 
** Microsoft Office 2007

Navigation menu